You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Piraccini Marco <Ma...@formula.it> on 2000/05/09 10:04:22 UTC

R: ApacheSSL + Tomcat

Thank you for the suggest Brian, but the port is not the problem. The port
443 is the default for SSL, but i have changed it with the port 80 in
httpd.conf. The error is about the comunication between Apache and Tomcat
(the browser reads correctly the site certificate, so apache works
correctly). What i want to do is to use a servlet on a https connection, and
this don't work !

The error message in apache lo is :
[Wed May  3 21:54:59 2000] [error] error:1407609C:SSL
routines:SSL2_GET_CLIENT_HELLO:http request

I use ApacheSSL 1.3.12 + RedHat 6.1 + Tomcat 3.1



-----Messaggio originale-----
Da: Brian Seery [mailto:bseery@esatclear.ie]
Inviato: lunedì 8 maggio 2000 18.35
A: tomcat-user@jakarta.apache.org
Oggetto: Re: ApacheSSL + Tomcat


For SSL to be configured properly you have to go through port 443.....

so try https://localhost:443/examples/servlets

you will have to change this in your httpd.conf file in the apache tree
ie....

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
Listen 443

Regrads

Brian


--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org