I have got SSL with Tomcat and APR running for one domain with the
following example from the tomcat documentation:
....
<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
SSLEngine="on"
SSLCertificateFile="${catalina.base}/conf/localhost.crt"
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-version on a debian sarge system
and follow the hints in the BUILDING-file from tomcat-native.tar.gz in
the bin-directory.
This configuration works great with one domain and one certificate, but
I have no idea, how to get it running with multiple domains and multiple
certificates.
I hope, that I have understood your question correctly.
Marc-Olaf
Peter Rossbach schrieb:
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 multiple certificate- or key-files.
Is there any possibility to use multiple SSL-Certificates with APR?
Thanks for your attention,
Marc-Olaf Jaschke
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]