MySQL + Let's Encrypt

How can I use Les’t encrypt cert to secure the connection between my java application and MySQL server on windows 7?
I need all the steps in MySQL Server and java code.
And thanks.

Hi,

There are plenty information online as well as in forum.
Why not take a look?

Actually I haven’t find any specific info about what I need.
I have java application connected to a MySQL database and I need to make a remote secure connection between the server and the application and here is what i got :

Well,

That is what I run into when I’m using mysql Java…

This one helps me. Hope it will help you too.
http://razorsql.com/articles/mysql_ssl_jdbc.html

Thank you

also, what you could do is “enable ssl” but not “verify server CAcertificate”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.