Re: MSSQL encrypted connection
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4eqX=KNWbM6NrNYHmeD9esMnD5FwQ6=JtSRM=4cxtfbPQ@mail.gmail.com> |
2015-12-09 20:52 GMT+00:00 Lueders, Paul T CTR (US) <[email protected]>: > I am attempting to access a mssql 2012 database from a RHEL 6 server. The database is configured to use encrypted connections. When I test the connection using either tsql of osql I get and error. > What is the proper method of configuring the driver to allow an encrypted connection? > > Thanks Hi, looks at http://www.freetds.org/userguide/freetdsconf.htm and http://www.freetds.org/userguide/odbcconnattr.htm (if you are using ODBC) and search for "encryption". Use "tsql -C" command to understand if either GnuTLS or OpenSSL (required for encryptions connection) are enabled. Frediano