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).
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
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.
Do we have any jtds versions supporting SSL for Sybsae? Whenever I try to connect, I get SocketException - Connection Reset Errors.