Operating System - HP-UX
1834149 Members
2367 Online
110064 Solutions
New Discussion

HP Apache web server + SSL + Tomcat pb

 
Pierre Dominique
New Member

HP Apache web server + SSL + Tomcat pb

Hi,

I am running the HP Apache based web server (with SSL, Tomcat...) on HP-UX 11.11 and I got a problem when I want to use Tomcat + Apache/SSL (with mod_ssl).

Apache + SSL = ok
Apache + Tomcat = ok
Apache + SSL + Tomcat = problem

When I try to access a webapp without SSL everything is fine => http://x.x.x.x:8081/bookstore/enter for example.

When I try to acces the same webapp with Apache + mod_ssl => https://x.x.x.x:8009/bookstore/enter
my browser (Mozilla or IE) doesnt give me any answer (no error message, nothing) and I get an error from Tomact : "Ajp13Packet: invalid packet header : 32838".

Any idea ?

Software used >
HP Apache bundle for HP-UX 11.0 and 11i with :
Apache 2.0.39
Tomcat 3.3.1
...

Thanks in advance.