You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/03/02 21:00:58 UTC

DO NOT REPLY [Bug 44503] Errors during SSL handshake

https://issues.apache.org/bugzilla/show_bug.cgi?id=44503





--- Comment #4 from Brendon Matthews <br...@bbtechltd.com>  2008-03-02 12:00:57 ---
Configs are as follows:

<VirtualHost *:80>
    DocumentRoot "/var/apache2/htdocs"
    ServerName default.myhost.com
    ServerAdmin me@something.com
</VirtualHost>

<VirtualHost 192.168.1.16:443>
DocumentRoot /var/web/test
ServerName test.myhost.com
ServerAdmin me@something.com
SSLEngine on
SSLCertificateFile    /etc/apache2/server.crt
SSLCertificateKeyFile /etc/apache2/server.key
CustomLog logs/testsite.ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SetEnvIf User-Agent ".*MSIE.*" nokeepalive \
          ssl-unclean-shutdown downgrade-1.0 force-response-1.0
</VirtualHost>

<VirtualHost 192.168.1.16:40002>
DocumentRoot /var/web/test2
ServerName test2.myhost.com
ServerAdmin me@something.com
SSLEngine on
SSLCertificateFile    /etc/apache2/server2.crt
SSLCertificateKeyFile /etc/apache2/server2.key
CustomLog logs/testsite2.ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SetEnvIf User-Agent ".*MSIE.*" nokeepalive \
          ssl-unclean-shutdown downgrade-1.0 force-response-1.0
</VirtualHost>

<VirtualHost 192.168.1.16:40003>
DocumentRoot /var/web/test3
ServerName test3.myhost.com
ServerAdmin me@something.com
SSLEngine on
SSLCertificateFile    /etc/apache2/server3.crt
SSLCertificateKeyFile /etc/apache2/server3.key
CustomLog logs/testsite3.ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SetEnvIf User-Agent ".*MSIE.*" nokeepalive \
          ssl-unclean-shutdown downgrade-1.0 force-response-1.0
</VirtualHost>

NOTE: I get the same results when i configure 3 different IP addresses using
port 443, but this is an easier configuration to test.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org