I have a remote MS-SQL Express 2012 server that is set up for use with SSL. I have all the certs I need. But how can I create a PDO connection to this server using SSL? I ha
(Microsoft OS Only) In order to connect securely, append 'encrypt=true' to the connection string. A valuable blog on the topic.
Also Of Note:
Make sure you are using:
Make sure you aren't using:
The drivers are located here: Microsoft provided drivers.