Re: Changing from a self signed to an official certificate

2008-10-21 Thread Alexander 'boesi' Bösecke
But unfortunately neither of them work. Probably because you didn't set SSLEnabled="true" . Oh verdammt, I missed it, while formatting the text to a readable version. Thanks a lot for your help. Finally it works. For getting this quite simple task done I used 3 days ... well I've learned so

Re: Changing from a self signed to an official certificate

2008-10-21 Thread Mark Thomas
Alexander 'boesi' Bösecke wrote: > Mark Thomas schrieb: >> Alexander 'boesi' Bösecke wrote: >>> When I restore the .keystore with the self signed certificate it works >>> again. So what am I missing or doing wrong? >> You log file shows you are using the APR/native connector. That won't >> work >>

Re: Changing from a self signed to an official certificate

2008-10-21 Thread Alexander 'boesi' Bösecke
Mark Thomas schrieb: Alexander 'boesi' Bösecke wrote: When I restore the .keystore with the self signed certificate it works again. So what am I missing or doing wrong? You log file shows you are using the APR/native connector. That won't work with JKS. See http://tomcat.apache.org/tomcat-6.0-d

Re: Changing from a self signed to an official certificate

2008-10-21 Thread Mark Thomas
Alexander 'boesi' Bösecke wrote: > When I restore the .keystore with the self signed certificate it works > again. So what am I missing or doing wrong? You log file shows you are using the APR/native connector. That won't work with JKS. See http://tomcat.apache.org/tomcat-6.0-doc/apr.html Also, ht

Changing from a self signed to an official certificate

2008-10-21 Thread Alexander 'boesi' Bösecke
Hi I'm having a problem, that seems quite trivial but googling didn't help - so you are my last hope :) I've set up a Tomcat server with a self signed certificates and that works well. But our providers offers an official certificate from Geotrust for free, so I want to use this. So I got