You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Laura <la...@libero.it> on 2002/06/10 13:05:56 UTC

SSL question

Hi all,

I have a question about SSL - HTTPS. I have a system with apache + 2 Tomcat
instances with load balancer. Now my web application is over HTTP. Next week
we are going to buy a Verisign Certificate and I have to move the web
application from HTTP to HTTPS.

We have apache compiled for SSL: all the emails I have read till now are
about Tomcat as web server with SSL support. Am I rigth?

How can I do to configure apache with SSL support telling him that when  he
finds /sss/eee he has to call the web application /sss in Tomat (JkMount).
That is: the client call
http://myserver/sss/eee and I want to call in HTTPS my web application under
Tomcat (https://myserver/sss/eee) whre SSL is managed by Apache.

How can I do?

Thanks for your help


Laura





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SSL question

Posted by Laura <la...@libero.it>.
My tomcat version is 4.0.3 and not 3.x

If I reinstall the apache with openssl+mod_ssl and configure Tomcat with SSL
support (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html), if
in httpd.conf I have

JkMount /xx loadbalancer (I have a loadbalancer worker in
workers.properties)

if a client call https://myserver/xx/pippo

is the request  passed to Tomcat?

How can I tell Apache to redirect http requests to https requests?

Thanks

Laura


----- Original Message -----
From: "sonam singh" <so...@yahoo.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, June 10, 2002 1:32 PM
Subject: Re: SSL question


>
> --- Laura <la...@libero.it> wrote:
> > Hi all,
> >
> > I have a question about SSL - HTTPS. I have a system
> > with apache + 2 Tomcat
> > instances with load balancer. Now my web application
> > is over HTTP. Next week
> > we are going to buy a Verisign Certificate and I
> > have to move the web
> > application from HTTP to HTTPS.
> >
> > We have apache compiled for SSL: all the emails I
> > have read till now are
> > about Tomcat as web server with SSL support. Am I
> > rigth?
> >
> > How can I do to configure apache with SSL support
> > telling him that when  he
> > finds /sss/eee he has to call the web application
> > /sss in Tomat (JkMount).
> > That is: the client call
> > http://myserver/sss/eee and I want to call in HTTPS
> > my web application under
> > Tomcat (https://myserver/sss/eee) whre SSL is
> > managed by Apache.
> >
>
> u have to reinstall the apache with openssl+mod_ssl
> if u want to know the installation faq
> www.ccl.net/cca/software/UNIX/apache/solaris-t3.2/README.shtml
>
> > How can I do?
> >
> > Thanks for your help
> >
> >
> > Laura
> >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SSL question

Posted by sonam singh <so...@yahoo.com>.
--- Laura <la...@libero.it> wrote:
> Hi all,
> 
> I have a question about SSL - HTTPS. I have a system
> with apache + 2 Tomcat
> instances with load balancer. Now my web application
> is over HTTP. Next week
> we are going to buy a Verisign Certificate and I
> have to move the web
> application from HTTP to HTTPS.
> 
> We have apache compiled for SSL: all the emails I
> have read till now are
> about Tomcat as web server with SSL support. Am I
> rigth?
> 
> How can I do to configure apache with SSL support
> telling him that when  he
> finds /sss/eee he has to call the web application
> /sss in Tomat (JkMount).
> That is: the client call
> http://myserver/sss/eee and I want to call in HTTPS
> my web application under
> Tomcat (https://myserver/sss/eee) whre SSL is
> managed by Apache.
> 

u have to reinstall the apache with openssl+mod_ssl
if u want to know the installation faq 
www.ccl.net/cca/software/UNIX/apache/solaris-t3.2/README.shtml

> How can I do?
> 
> Thanks for your help
> 
> 
> Laura
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>