Forum Moderators: phranque

Message Too Old, No Replies

Multiple Apache SSLCertificateKeyFile certificates

         

Ralivo

9:34 am on Apr 12, 2011 (gmt 0)

10+ Year Member



Hi,

I need to support two SSL certificates using the same I.P address and same port (at a push I could use another port). At the minute I have one 3DNS key enabled via

SSLCertificateKeyFile /apache/ssl/3dns_private.key

but also need to support the actual hostname in this webserver as well so would need two like this

SSLCertificateKeyFile /apache/ssl/3dns_private.key
SSLCertificateKeyFile /apache/ssl/hostname_private.key

I have tried to use two SSLCertificateKeyFile but dont think this is possible as the first one will always be used. I can not use wildcard certificates. Does anyone know of a way I can achieve this ?

Thanks !

phranque

8:13 am on May 3, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



this is the dilemma:
the entire payload is encrypted and the Host: header cannot be parsed while encrypted, therefore the correct VirtualHost cannot be identified until the payload is decrypted.