Could anyone please explain what is namebased and what is IP based? What
are the differences and how they work for SSL connections handling?
Can I use the following declaration for Virtual Host declaration with
modSSL? I am having problems with IE Browsers ONLY while connecting from
dial-up connections. I want to know whether this is any reason for that.!
#
# Use name-based virtual hosting.
#
#NameVirtualHost *
<VirtualHost myserver.mydomain.com:443>
SSLEngine On
SSLCertificateFile conf/ssl/myserver.mydomain.com.cert
SSLCertificateKeyFile conf/ssl/myserver.mydomain.com.key
SSLCACertificateFile conf/ssl/myservergsid.cert
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
</VirtualHost>
Thanks,
Rajaram
"Lars Schioler"
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>
Sent by: cc:
owner-modssl-users@ Subject: Re: modssl + http-1.1
works?
modssl.org
04/17/01 04:32 AM
Please respond to
modssl-users
You're not able to run ssl on namebased virtual hosts, since the ssl
negotiation takes place before resolving the host name.
SSL requires an IP address, but you can off course run various VH on
different ports.
Lars Schiøler
----- Original Message -----
From: "Maarten van Lieshout" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 10:21 AM
Subject: modssl + http-1.1 works?
> Hi,
>
> Can anyone tell me if it is possible to use http 1.1 with modssl? We
> want to set up an Apache webserver based on http 1.1 and will be using
> ssl-sites with name-based virtual hosts. I know Apache can do this, but
> I am not sure if it is supported by modssl.
>
> regards,
>
> Maarten van Lieshout
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]