I'm running Solaris 8 on an intel box w/ apache 1.3.14, openssl 0.9.6, and
mod-ssl 2.7.1.

SSL works fine on everything EXCEPT webtv.  Well, actually, I can view SSL
pages on webtv, but, when i go from an https page to an http page, I get a
404.  Any suggestions?

virtual host section of my httpd.conf:
<VirtualHost 10.9.10.2:443>
ServerName partner.squaretrade.com
DocumentRoot "/usr/local/apache/htdocs/"
SSLProtocol all -SSLv3
SSLCertificateFile /usr/local/ssl/certs/partner1.crt
SSLCertificateKeyFile /usr/local/ssl/certs/partner1.key
SSLLog /usr/local/apache/logs/ssl_engine_log
SSLLogLevel debug
SSLEngine On
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

SetEnvIf User-Agent ".*WebTV.*" ssl-unclean-shutdown
SetEnv nokeepalive
SetEnv ssl-unclean-shutdown
SetEnv downgrade-1.0
</VirtualHost>

This is from the error_log:
[Fri Mar  2 14:31:45 2001] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library error
follows)
[Fri Mar  2 14:31:45 2001] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS
port!?]
[Fri Mar  2 14:41:21 2001] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library error
follows)
[Fri Mar  2 14:41:21 2001] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS
port!?]
[Fri Mar  2 14:55:18 2001] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library error
follows)
[Fri Mar  2 14:55:18 2001] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS
port!?]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to