secege Posted July 21, 2018 Posted July 21, 2018 (edited) Is SSL available for Java Tomcat servlets ? My main site is available via http and https (secege.heliohost.org),but for the Java site https://secege.heliohost.org/HelioSecureRest/ I get: The requested URL /HelioSecureRest/ was not found on this server. http://secege.heliohost.org/HelioSecureRest/ works fine Thanks for your help. Edited July 21, 2018 by secege
wolstech Posted July 21, 2018 Posted July 21, 2018 It can be made to work, but doing so will break the non-HTTPS access. You can't have it work on both because that would make your site hog two java slots on the server. Do you want me to have Krydos switch you to https for Java?
secege Posted July 21, 2018 Author Posted July 21, 2018 yes, please switch secege.heliohost.org to SSL for Java Thanks
wolstech Posted July 21, 2018 Posted July 21, 2018 I'll move this so he looks at it. He'll post when its enabled.
Krydos Posted July 21, 2018 Posted July 21, 2018 There you go https://secege.heliohost.org/test.jsp I also moved your deployed servlet to https https://secege.heliohost.org/HelioSecureRest/ but if you deploy a new .war it will likely revert back to http as the deployment script only deploys to non-ssl.
secege Posted July 21, 2018 Author Posted July 21, 2018 (edited) Great and thanks. How can I update the SSL webapp with a new .war ? Edited July 22, 2018 by secege
Krydos Posted July 22, 2018 Posted July 22, 2018 https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and then if it stops working on ssl ask for it to be moved back to ssl.
Recommended Posts