You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: