Search found 2 matches

by FlemmingH
06.08.2022, 14:10
Forum: MySQL
Topic: Connect to external MySql database with TLS
Replies: 4
Views: 720

Re: Connect to external MySql database with TLS

Thanks both of you. It seems that i don't have to be concerned then. When i read the 'Ssl_cipher' from the established connection i get 'DHE-RSA-AES256-SHA'. As i understand it that's a thumbs up on SSL connection. I didn't need to set the MYSQL_SSL=TRUE. Hopefully i'm right in my assumption and can...
by FlemmingH
02.08.2022, 15:34
Forum: MySQL
Topic: Connect to external MySql database with TLS
Replies: 4
Views: 720

Connect to external MySql database with TLS

I have been using Zeoslib with Putty tunnel to connect to my external database and it have been working fine for years :D But then my host sells out and i'm forced to move my site to another host. After setting it all up i realize that i can't connect with SSH because the MySql server doesn't provid...