Error during SSL Handshake with remote server

前端 未结 3 715
迷失自我
迷失自我 2021-01-29 19:18

I have Apache2 (listening on 443) and a web app running on Tomcat7 (listening on 8443) on Ubuntu.

I set apache2 as reverse proxy s

3条回答
  •  攒了一身酷
    2021-01-29 20:00

    Faced the same problem as OP:

    • Tomcat returned response when accessing directly via SOAP UI
    • Didn't load html files
    • When used Apache properties mentioned by the previous answer, web-page appeared but AngularJS couldn't get HTTP response

    Tomcat SSL certificate was expired while a browser showed it as secure - Apache certificate was far from expiration. Updating Tomcat KeyStore file solved the problem.

提交回复
热议问题