I have enabled SSL support on a server running MySql. When it comes to connecting to the server using PDO: Do I have to generate certificates on the client side as well in order to use an encrypted connection? Or is it enough to just set a specific PDO attribute (have not found it) in order to enable SSL?
Thanks for any guidance!