Hello,
I have allready :
 
  • add jcer.jar, jnet.jar, jsse.jar into the CLASSPATH directory
  • generated a SSL certificate with openssl with alias 'tomcat'
  • activated SSL connector in server.xml with a port value of 8443 ( port value 8443, keystore ok, keypass ok)
  • Added security.provider.2=com.sun.net.ssl.internal.ssl.Provider to the $JAVA_HOME/jre/lib/ext/java.security file
but i can'nt still connect to the server by requesting https://server_ip_adress:8443 : connection refused!
 

Reply via email to