If you have a sql server with ssl required set to on and you try to connect and run a procedure in debugger it fails to establish the connection. This happens in versions 10 and 11 as well so its not new...
Dear Ivan,
I tried to reproduce this, however it works for me here with the latest jTDS jar which I had sent on 20th Oct 2012.
I added, in Driver connection parameters, "?ssl=require" making the connection string like so jdbc:jtds:sqlserver://Ferenganar:1433/master;ssl=require;APPNAME=Aqua_Data_Studio;PROGNAME=Aqua_Data_Studio
Authentication was SQL Server Authentication.
Can you please describe the exact case ?
thanks,
best regards,
Vikram
Dear Ivan,
Just checked with Windows Authentication and Windows SSO as well and it works for these methods also.
thanks,
best regards,
Vikram
Dear Ivan,
Just checked with Windows Authentication and Windows SSO as well and it works for these methods also.
thanks,
best regards,
Vikram
You are correct. It wasn't working in v12 rc 23-17 but in the latest code its working. resolving issue. thanks again...
You are correct. It wasn't working in v12 rc 23-17 but in the latest code its working. resolving issue. thanks again...
Issue #7829 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Dear Ivan,
I tried to reproduce this, however it works for me here with the latest jTDS jar which I had sent on 20th Oct 2012.
I added, in Driver connection parameters, "?ssl=require" making the connection string like so jdbc:jtds:sqlserver://Ferenganar:1433/master;ssl=require;APPNAME=Aqua_Data_Studio;PROGNAME=Aqua_Data_Studio
Authentication was SQL Server Authentication.
Can you please describe the exact case ?
thanks,
best regards,
Vikram