1823750 Members
3864 Online
109664 Solutions
New Discussion юеВ

Apache 1.3.27 with SSL

 
HPP
Regular Advisor

Apache 1.3.27 with SSL

Hi,
I have installed Apache 1.3.27 on HP-UX 11.00. I have put the SSL Certificate. We are using tomcat, java1.3. Now i want to have SSL only for http://www.newdomain.com/login/login.jsp
and
http://www.newdomain.com/user/userregistration.jsp

How do we force only above pages to have https instead http?
Also how to come back from an https to http, when we goto another page from there?

If i use https://www.newdomain.com/login/login.jsp, it works fine.

Thanks


Be Teachable
2 REPLIES 2
HPP
Regular Advisor

Re: Apache 1.3.27 with SSL

Hi,
Anybody has any answers to my questions?

Thanks
Be Teachable
U.SivaKumar_2
Honored Contributor

Re: Apache 1.3.27 with SSL

Hi,

You have to put these lines.

SSLVerifyClient none
SSLCACertificateFile conf/mycerts/ca.crt


SSLVerifyClient require
SSLVerifyDepth 1


Where /user/ should be the directory where userregistration.jsp reside.

Create similiar lines for location directory /login or wherever you have login.jsp file.

regards,
U.SivaKumar




Innovations are made when conventions are broken