Re: SSL with MySQL

2015-07-14 Thread Ian Service
Hey Marty, here's the article I followed to create the keystores required for Java to connect via SSL: http://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html Working like a champ. - Ian On Thu, Jul 9, 2015 at 4:23 PM, Ian Service wrote: > Hey Marty, > > I'm moving stuff

Re: SSL with MySQL

2015-07-09 Thread Ian Service
Hey Marty, I'm moving stuff around the network and adding a hop between the management server and MySQL so looked into it. Looks like /etc/cloudstack/management/db.properties has settings for it... # CloudStack database SSL settings db.cloud.useSSL=false db.cloud.keyStore= db.cloud.keyStorePassw

SSL with MySQL

2015-07-09 Thread Marty J. Sullivan
Hello, I am testing a new implementation of Cloudstack 4.5.1. I would like to use SSL between the Management Server and the MySQL Server since the MySQL server is hosted outside the datacenter. I don’t see an option to specify the root CA certs like you can with the mysql client. Is there a way