Is it possible to configure Propel to use SSL connection with remote MySQL server?
I found the same question with Doctrine, but it isn't answered either: How to connect to MySQL using SSL on symfony/doctrine
Is it possible to configure Propel to use SSL connection with remote MySQL server?
I found the same question with Doctrine, but it isn't answered either: How to connect to MySQL using SSL on symfony/doctrine
You can use the connection options to set PDO SSL attributes.
Here's an example for the runtime config file:
And here's an example for the propel config file: