Closed Soni-Harriz closed 4 years ago
tds_fdw uses FreeTDS to make the connections, as such options for FreeTDS deal with encryption.
Set encryption = require
in your freetds.conf
[MSSQL]
host = db.example.com
port = 1433
tds version = 7.3
encryption = require
I think this qualifies for a doc PR.
Is tds_fdw support encrypted ssl/tsl connection to MS SQL Server on windows server ?