Re: Tomcat 5.5.20 SSL "no errors" not working

2007-02-12 Thread Jan Eldenmalm
Thank you Mark - that was it. For others: Swapping from java keystore to open ssl was a little tricky (I ordered my certs from comodo for "tomcat" ...which is only correct if you don't use APR) this information helped me alot: Extracting the *private key* Download, compile & run Ex

Re: Tomcat 5.5.20 SSL "no errors" not working

2007-02-12 Thread Mark Thomas
Jan Eldenmalm wrote: > Feb 13, 2007 2:28:43 AM org.apache.coyote.http11.Http11AprProtocol start > INFO: Starting Coyote HTTP/1.1 on http-88.208.211.112-443 You are using the APR connector. SSL is configured differently in this case. See http://tomcat.apache.org/tomcat-5.5-doc/apr.html for details.