I'm using Apache HTTP server, I'm able to display the contents of the server (through browser) in HTTP protocol but not possible for displaying the same contents in HTTPS protocol. I also tried changing the listening port from 80XX to 443. But nothing positive happened. Any thing (specific to HTTPS protocol) should be done in order to make it open in browser ?
Asked
Active
Viewed 33 times
0
-
http://stackoverflow.com/questions/4221874/how-do-i-allow-https-for-apache-on-localhost – smartmeta Oct 28 '14 at 05:51
-
Thanks a lot !! it works for me. Also this link will be more useful http://rubayathasan.com/tutorial/apache-ssl-on-windows/#comment-1253636 – Ragu Oct 29 '14 at 07:13
-
@smartmeta: In addition, If i try to retrieve the response code (using JAVA) for an HTTPS connection im getting an exception like below : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target – Ragu Oct 29 '14 at 08:42