Re: [us...@httpd] From https to http and vice versa

2009-03-31 Thread Brian Mearns
On Tue, Mar 31, 2009 at 10:19 AM, Alessandro Fantuzzi wrote: > > First of all thanks for your advice. > > I will check if we can serve all of the contents both in SSL and non SSL. > I didnt consider that solution, in fact I was concerned about putting the > conversation between client and server b

Re: [us...@httpd] From https to http and vice versa

2009-03-31 Thread Alessandro Fantuzzi
First of all thanks for your advice. I will check if we can serve all of the contents both in SSL and non SSL. I didnt consider that solution, in fact I was concerned about putting the conversation between client and server back to http when the user requires a page which needs no protection.

Re: [us...@httpd] From https to http and vice versa

2009-03-30 Thread Krist van Besien
On Mon, Mar 30, 2009 at 10:15 PM, Alessandro Fantuzzi wrote: > We have to put some pages under SSL, just some, say: > > https://www.site.com/public/subscribe.jsp > https://www.site.com/public/unsubscribe.jsp Generally speaking the moment you put some pages under SSL you can as well put all pages

Re: [us...@httpd] From https to http and vice versa

2009-03-30 Thread Brian Mearns
On Mon, Mar 30, 2009 at 4:15 PM, Alessandro Fantuzzi wrote: > We have a site running on Apache and Tomcat > LINUX > APACHE     2.0.59 > TOMCAT     5.5.20 > JVM    1.5 > > We have to put some pages under SSL, just some, say: > > https://www.site.com/public/subscribe.jsp > https://www.site.com/publi

[us...@httpd] From https to http and vice versa

2009-03-30 Thread Alessandro Fantuzzi
We have a site running on Apache and Tomcat LINUX APACHE 2.0.59 TOMCAT 5.5.20 JVM1.5 We have to put some pages under SSL, just some, say: https://www.site.com/public/subscribe.jsp https://www.site.com/public/unsubscribe.jsp We will install the 128 bit certificate under Apache Ht