Issue with "Configure SSL with a generated self-signed certificate"
Hi,
We have a servlet which extends Vuelink & we connect to a DMS system for opening/saving files.
We tried to enable SSL setup at our end & followed the steps as per the Security and Configuration Guider provided in AutoVue documentation.
But we are getting error as,
<log4j:event logger="com.cimmetry.jvueserver.management" timestamp="1354101909494" level="ERROR" thread="SSLServerProxy thread on port 5099">
<log4j:message><![CDATA[Stopped accepting connections on port 5099]]></log4j:message>
<log4j:throwable><![CDATA[javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.checkEnabledSuites(Unknown Source)
We have a servlet which extends Vuelink & we connect to a DMS system for opening/saving files.
We tried to enable SSL setup at our end & followed the steps as per the Security and Configuration Guider provided in AutoVue documentation.
But we are getting error as,
<log4j:event logger="com.cimmetry.jvueserver.management" timestamp="1354101909494" level="ERROR" thread="SSLServerProxy thread on port 5099">
<log4j:message><![CDATA[Stopped accepting connections on port 5099]]></log4j:message>
<log4j:throwable><![CDATA[javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.checkEnabledSuites(Unknown Source)
0