What is the magic trick to make a PHP based application to initiate a TLS/SSL connection to a remote MySQL server?
I have done this with the mysql client (with the resp. client cert) on host B connecting to the mysql server (with the resp. server cert). on host A over an encrypted connection (native mysql server TLS/SSL). No success in doing this from MantisBT and RoundCube (both PHP apps.). The requirement is that all PHP apps must connect to a 'centralized' MySQL db server on a remote host. I have looked at the .inc.php files but do not see anything there to initiate a TLS/SSL connection to MySQL. I am not a PHP developer, so beyond the above, I am not aware of how to do it. I am sure there must a generic way to do this in PHP that would work with all PHP application. Any pointers / nudge would be appreciated. TIA, -- Arun Khan Sent from my non-iphone/non-android device (অরুণ খান্/अरुण खान) _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
