Re: SSL connection to MS SQL 2008 - working
Plot Lost <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> > > > > > 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 :(. > > Great, OpenSSL now works fine. I did have to extend the cipher set though, to include TLS1_TXT_RSA_WITH_AES_128_SHA Withouth this, the initial handshake phase was failing - this was tested using SQL server 2008 with an auto-generated self signed certificate.