You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ivan Venuti <i....@caribel.pisa.it> on 2003/11/20 10:58:07 UTC

[users@httpd] Passing a certificate to Tomcat

Hi,

I have succesfully installed Apache and it is working with SSL.
I have connected it (via AJP13) to Tomcat.

I have a Web application that is deployed under Tomcat and is accessed
correctly when I call it via http using Apache.

Unfortunatly via https I can't access it.

Looking at logs/error_log I see that it is looking for the web application
as it should be under Apache:

[Thu Nov 20 12:18:16 2003] [error] [client 192.168.1.71] File does not
exist: /usr/local/apache/htdocs/archiviofotografico/index.jsp

If I comment these lines from http.conf:

JkExtractSSL On
JkHTTPSIndicator HTTPS
JkSESSIONIndicator SSL_SESSION_ID
JkCIPHERIndicator SSL_CIPHER
JkCERTSIndicator SSL_CLIENT_CERT

I can access the Web application also via https, but the client certificate
isn't passed to it!

Anyone can help me?

Thanks

-- Ivan



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org