You gave this site it's own IP address yes?
Virtual hosting with non-ssl works in a 'software' aware mode, while
virtual hosting with ssl is more 'hardware' in nature requireing specifici
IP addressing to function properly.
Thanks,
Ron DuFresne
On Wed, 26 Feb 2003, Nick Tonkin wrote:
>
> Hello,
>
> I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0
> mod_ssl/2.0.44 OpenSSL/0.9.7
>
> I have a virtual host which mostly is served without SSL. But it has one
> area, /secure, that needs to be secured with SSL. I've tried various
> combinations of directives but can't get it to work. Right now I have:
>
> <VirtualHost 123.456.789.123:8080>
> SSLEngine on
> SSLProtocol all
> SSLCipherSuite HIGH:MEDIUM
> SSLCertificateFile /home/debug/www/_conf/certs/ladyraquel.crt
> SSLCertificateKeyFile /home/debug/www/_conf/certs/ladyraquel.key
> SSLCACertificateFile /home/debug/www/_conf/certs/ca.crt
> SSLVerifyClient none
>
> <Directory /home/debug/www/ladyraquel/secure>
> SSLVerifyClient require
> SSLVerifyDepth 1
> </Directory>
> </VirtualHost>
>
> The server starts fine, serves non-SSL pages fine, but hangs when I
> request /secure .
>
> The error log has nothing, but the access log shows that the request went
> instead to the server's first virtual host, with a weird method of 'L'.
>
> Any advice much appreciated.
>
> - nick
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com
"Cutting the space budget really restores my faith in humanity. It
eliminates dreams, goals, and ideals and lets us get straight to the
business of hate, debauchery, and self-annihilation."
-- Johnny Hart
testing, only testing, and damn good at it too!
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]