Failed Android Sqlserver connection

Asked

Viewed 223 times

1

Error while trying to connect Android/Java with Sqlserver
Follow 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’ve put the right Drivers. but I can’t solve this SSL problem.

1 answer

2

To resolve SSL problems with Sqlserver ( especially for android clients : JDBC driver cannot be used effectively on Android operating system unfortunately) try using JDTS : http://jtds.sourceforge.net/

• Check this out about your mistake: http://blogs.msdn.com/b/jdbcteam/archive/2008/09/09/the-driver-could-not-establish-a-secure-connection-to-sql-server-by-using-secure-sockets-layer-ssl-encryption.aspx

• Also check out this Microsoft JDBC Blog post: http://blogs.msdn.com/b/jdbcteam/

Font: https://stackoverflow.com/questions/18620869/the-driver-could-not-establish-a-secure-connection-to-sql-server-by-using-secure

  • 1

    Done!!!!!!!!!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.