Skip to content

jmatis/languages_to_rds_MySQL_over_SSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

languages_to_rds_MySQL_over_SSL

simple apps in various programming languages to test ssl connection to mysql rds

AWS RDS SSL certificate

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html

to download it run:

wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem

Proof of SSL access to your RDS MySQL instance

mysql -u user -p -h some.mysql.rds.url.amazonaws.com --ssl-ca=/root/rds-combined-ca-bundle.pem --ssl-verify-server-cert

mysql> status;

...

SSL: Cipher in use is AES256-SHA

About

simple apps in various programming languages to test ssl connection to mysql rds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published