Appl.S. Err. The connection with Servoy Serv. is not valid

Hi,
could AnyOne resolve this problem?
I’m trying to open a client-session of servoy but I see the error in subiect.

Logfile reports:

2016-03-07 06:53:28,976 ERROR [SocketAccepter1-thread-2] com.servoy.j2db.util.Debug - SocketAcceptor failure for socket: 146d856[SSL_NULL_WITH_NULL_NULL: Socket[addr=/127.0.0.1,port=50974,localport=1099]]
javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at sun.security.ssl.AppInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
at java.io.DataInputStream.readInt(Unknown Source)
at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$SocketAcceptor.run(ServerTwoWaySocketFactory.java:445)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Tanks in advance.

Gianni Pinna

Hi Gianni,

It means the certificate on the Servoy server is expired.
See this thread: viewtopic.php?f=6&t=21147

You have a couple of options:

  • update/upgrade to 7.4.6 or (the upcoming) 8.0.3 to use the new certificate
  • install your own (valid and non-self-signed) certificate
  • disable SSL (see servoy admin page)

Hope this helps

Hi, Excellent and Dear Robert,

hope a good week for You.

Tank You very much for Your promt and perfect answer.

Humbly.

Gianni Pinna