Android Question Connect SQL SERVER SSL ERROR: javax.net.ssl.sslhandshakeexcecption:ssl handshake aborted ssl=0x7787ed1308: i/o error during system call; broken pipe

netsistemas

Active Member
Licensed User
Longtime User
i am traying to connect to sql server with jtds-1.3.1.jar and ssl
this is my connectionstring:

B4X:
SqlServerLocal.InitializeAsync("SqlServer", "net.sourceforge.jtds.jdbc.Driver", "jdbc:jtds:sqlserver:" & ServerLocal.Server & ";databaseName=" & ServerLocal.db & ";user=" & ServerLocal.Usu & ";password=" & ServerLocal.Clave & ";appname=NameAPP;wsid=NTS;loginTimeout=10;ssl=request;socketTimeout=10", "", "")  'sql 2012

the connection string have: ssl=request
Sql server is ready to use SQL certificate (IIS EXPRESS DDEVELOPMENT CERTIFICATE) and 'forzar crifrado' to sí (spainsh configuracion).

is necesary install the certificate in app? or install in device? or is not necesary to do something and is other error or concept?
(Sql server connect from other windows app)
how?

the error is:
javax.net.ssl.sslhandshakeexcecption:ssl handshake aborted ssl=0x7787ed1308: i/o error during system call; broken pipe
 
Last edited:
Top