Re: SSL and Virtual hosts?

2007-08-01 Thread Aaron Dalton
Glyn Astill wrote: > Hi people, > > So I got ssl started, and now I'm trying to sort out my virtual hosts > but I can't seem to get them to work. > Due to the fundamental nature of SSL and virtual host resolution one may not have more than one SSL-enabled virtual host per IP:port combination. h

SSL and Virtual hosts?

2007-08-01 Thread Glyn Astill
Hi people, So I got ssl started, and now I'm trying to sort out my virtual hosts but I can't seem to get them to work. What I want to do is get https://mail.mydomain.net to take me to my mail directory and https://www.mydomain.net to take me to my htdocs, just like I can on http. For example I'm

SSL and Virtual hosts?

2007-08-01 Thread Glyn Astill
Hi people, So I got ssl started, and now I'm trying to sort out my virtual hosts but I cant seem to get them to work. For example I'm putting the VirtualHosts below between the IfDefine SSL tags in ssl.conf. Any pointers would be ace. Thanks. NameVirtualHost *:443 ServerName mail.mydomain.

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
I figured it out people, I just needed to start httpd with -DSSL. SO I was being dumb. --- Glyn Astill <[EMAIL PROTECTED]> wrote: > Yes, I have SSLEngine On in ssl.conf, here's my ssl.conf file: > > SSLRandomSeed startup builtin > SSLRandomSeed connect builtin > > > Listen 443 > Listen my.ip.

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
Yes, I have SSLEngine On in ssl.conf, here's my ssl.conf file: SSLRandomSeed startup builtin SSLRandomSeed connect builtin Listen 443 Listen my.ip.ad.dr:443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl.crl SSLPassPhraseDialog builtin SSLSessionCache dbm