Menu

#60 Add SSL support for Sybase

open
nobody
None
5
2020-06-23
2009-08-04
momo
No

Currently, jTDS only supports SSL for SQL Server 2000 and above. Adding SSL support for Sybase products seems quite reasonable (and shouldn't be that hard to implement if I understood correctly how they handle that).

Discussion

  • Anonymous

    Anonymous - 2012-09-19

    the JConn driver from Sybase handles it by allowing you to specify the socket factory to use for new connections. This can therefore be an SSL socket so the driver is actually none the wiser that it is using an encryption connection. Don't see why jtds cannot use the same mechanism for both Sybase and perhaps SQL server.

     
  • Anonymous

    Anonymous - 2020-06-23

    Do we have any jtds versions supporting SSL for Sybsae? Whenever I try to connect, I get SocketException - Connection Reset Errors.

     

Anonymous
Anonymous

Add attachments
Cancel