I am trying to connect from a PHP application to a MySQL database using SSL.
I know I can connect via SSL since PHP 5.3.7, but I have PHP 5.3.3 installed and use the pdo_mysql driver.
Can I connect anyway by changing the PHP configuration file, by installing some modules or any other way?