Tomcat: Trouble with SSL https connection on port 8443

前端 未结 3 757
南方客
南方客 2021-02-16 00:01

We are having trouble with the https (port 8443) connection on an app that runs on Tomcat 7. The app is running fine on http (port 80) now. I have uncommented the \"Define a SSL

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-16 00:49

    Atlast it started working... Installed new copy of server, modified server.xml as below,

    
    
    
    
    
    
    
    
    
    

    Used below command to generate keystore file

    keytool -genkey -alias tomcat -keyalg RSA -keystore k:/tomcat.keystore
    

提交回复
热议问题