-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I'm using the v0.8 version of ProKSy, running on Java build 1.8.0_121-b13
The proKSy is configured, including key store, and started listening.
The key store contains the same self-signed certificate that is installed on the end-server.
When the traffic is initiated (TLS) through the proKSy, the connection fails and the bellow errors are displayed:
► Started. Listening on: 10.4.6.2:11111→10.4.6.3:11111 2017/01/19 11:05:39
✘ javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty 2017/01/19 11:05:42
✘ javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty 2017/01/19 11:05:42
Please advise.