Android SQLServer Connection Failed

1

Error while trying to connect Android / Java with SQLServer
Here is the error:

The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Socket closed". ClientConnectionId:585cb5bb-b518-461a-98b5-fb1ffae0e37b

I have already put the right Drivers. but I can not resolve this SSL issue.

    
asked by anonymous 09.01.2015 / 13:18

1 answer

2

To solve SSL issues with SQLServer (especially for android clients: JDBC driver can not be used effectively on Android OS, unfortunately) try to use JDTS: link

• Check this for your error: link

• Check out also this Microsoft JDBC Blog post: link

Font: link

    
09.01.2015 / 14:34