Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
Your question showed me, that I have misunderstood virtual hosts with SSL. I had not realized, that it is impossible to use SSL with name-based virtual hosts. Thanks for your help, Marc-Olaf Peter Rossbach schrieb: No, can you tell us how openssl make it possible to have more the one ce

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Peter Rossbach
No, can you tell us how openssl make it possible to have more the one certificate? Currently you must configure of every host ip address and certifcate you own connector at separate service elements. Peter Am 29.04.2006 um 19:37 schrieb Marc-Olaf Jaschke: I have got SSL with Tomcat and A

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
I have got SSL with Tomcat and APR running for one domain with the following example from the tomcat documentation: SSLCertificateKeyFile="${catalina.base}/conf/localhost.key" /> ... (http://tomcat.apache.org/tomcat-5.5-doc/apr.html) I use tomcat-5.5.17 and the newest apr-v

Re: name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Peter Rossbach
Can you give some hints that normaly works for OpenSSL? Peter Am 29.04.2006 um 17:04 schrieb Marc-Olaf Jaschke: Hi, I try to to use Tomcat with APR and name-based virtual hosts using SSL. I've read the documentation for Tomcat/APR and searched the web, but cannot find anything about mul

name-based virtual hosts with Tomcat and APR using SSL

2006-04-29 Thread Marc-Olaf Jaschke
Hi, I try to to use Tomcat with APR and name-based virtual hosts using SSL. I've read the documentation for Tomcat/APR and searched the web, but cannot find anything about multiple certificate- or key-files. Is there any possibility to use multiple SSL-Certificates with APR? Thanks for your