Re: SSL connection to MS SQL 2008 - working
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2010/10/4 Plot Lost <[email protected]> > On Mon, Oct 4, 2010 at 5:12 PM, Bob wrote: > > > When I last got freetds to work with encryption it was SQL 2005 not 2008, > > but anyway I couldn't get openssl to work, and somebody on the list > > suggested trying GNUTLS instead. Have you tried that? > > > > Bob > > > Well, this was the eventual solution - thanks. > > Just to summarize: > > OpenSSL handshake fails unless the list of ciphers is extended. Even then > though once the handshake is complete the login phase fails (hangs) > > Found problem and fixed in CVS HEAD... you have to disable empty fragments. MSSQL does not like these empty fragments :(. > GnuTLS works, but the configure script needs to be changed to support > versions from 2.8.0 or above. > freddy77