sql server - PHP PDO connect to MS SQLServer Express using SSL -
i have remote ms-sql express 2012 server set use ssl. have certs need. how can create pdo connection server using ssl? have found plenty of articles pdo mysql using ssl, none ms-sql using pdo , ssl.
(microsoft os only) in order connect securely, append 'encrypt=true' connection string. valuable blog on topic.
also of note:
make sure using:
make sure aren't using:
the drivers located here: microsoft provided drivers.
Comments
Post a Comment