Re: SSL on Tomcat5

2011-05-11 Thread Lunita
Hi!! I've found the problem, the params SSLCertificateFile and SSLCertificateKeyFile were changed. Now I'm not having any error on startup. Thanx for all =) 2011/5/11 Goo Sam Kong > Hi, > > If you use APR, the private key & certificate should be in PEM format as > documented in http://tomcat.a

Re: SSL on Tomcat5

2011-05-11 Thread Goo Sam Kong
Hi, If you use APR, the private key & certificate should be in PEM format as documented in http://tomcat.apache.org/tomcat-5.5-doc/apr.html#HTTPS *SSLCertificateFile* Name of the file that contains the server certificate. The format is PEM-encoded. SSLCertificateKeyFile Name of the file that c

Re: SSL on Tomcat5

2011-05-11 Thread Lunita
Hi again, I followed many docs, the Tomcat's official web was not clear enough for me. With SSLEngine="on" I'm having this problem: SEVERE: Catalina.start LifecycleException: Protocol handler initialization failed: java.lang.Exception: Unable to load certificate key /opt/apache-tomcat-5.5.33/con

Re: SSL on Tomcat5

2011-05-10 Thread Konstantin Kolinko
2011/5/10 Lunita : > Hi all! > > I amb trying to configure SSL for Tomcat Manager with APR. I have a weird > problem, port 8443 is listening, but no HTTPS over there! 8080 and 8443 > ports are open with HTTP > > I compiled tomcat native with this configure: > > "--prefix=/opt/tomcat/" \ > "--with-a

SSL on Tomcat5

2011-05-10 Thread Lunita
Hi all! I amb trying to configure SSL for Tomcat Manager with APR. I have a weird problem, port 8443 is listening, but no HTTPS over there! 8080 and 8443 ports are open with HTTP I compiled tomcat native with this configure: "--prefix=/opt/tomcat/" \ "--with-apr=/opt/apr-1.4.2/" \ "--with-ssl=/u