8000 add ssl cert to travis by caleblloyd · Pull Request #90 · mysql-net/MySqlConnector · GitHub
[go: up one dir, main page]

Skip to content

add ssl cert to travis #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you accoun 8000 t related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2016
Merged

Conversation

caleblloyd
Copy link
Contributor
  • Adds SSL configuration to Travis CI
  • Will be necessary for testing Implement SSL Mode #88
  • Not sure if Appveyor can support SSL so tests may need to be conditional on checking the have_ssl server variable

- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
- sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
- sudo apt-get update
- sudo apt-get install -y dotnet-dev-1.0.0-preview2-003121
- docker exec -it mysql mysql -uroot -ptest -e "CREATE USER 'mysqltest'@'%' IDENTIFIED BY 'test;key=\"val'; GRANT ALL ON *.* TO mysqltest; CREATE USER 'no_password'@'172.17.0.1'; SET GLOBAL max_allowed_packet=104857600;"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SET GLOBAL max_allowed_packet=104857600; is a change I made last night; can you copy it over to the new init script?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I can do it tomorrow evening when I get back in town

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll just merge it now then add the missing line.

@bgrainger bgrainger merged commit f94e0a9 into mysql-net:master Oct 8, 2016
bgrainger added a commit that referenced this pull request Oct 8, 2016
Add SSL certificate to Travis CI.
@caleblloyd caleblloyd deleted the test_ssl branch October 12, 2016 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0