-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hello,
wen trying to use your server using self signed certificate it shows error
An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at NioSSLServer.NioSslPeer.doHandshake(NioSslPeer.java:131)
at NioSSLServer.NioSslServer.accept(NioSslServer.java:146)
at NioSSLServer.NioSslServer.start(NioSslServer.java:105)
at Start.main(Start.java:8)
I found out it is not doing when using TLS program to connect to the server. It always shows this error when trying to connect to it using browser (Chrome, Edge and IE). It does not show the accept certificate screen. I think it has something to do with chrome verifying the certificate first. When using Packet Sender it does work. Do you have any solution?
Thank you.