Full_Name: Eric Paul
Version: 
OS: 
Submission from: (NULL) (24.128.110.206)


In the 2.7 faq, under the heading:
When I connect via HTTPS to an Apache+mod_ssl+OpenSSL
 server with Microsoft Internet Explorer (MSIE) I get various
 I/O errors. What is the reason?

There is a typo in the line:

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

The line should read:

SSLCipherSuite ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

!EXPORT56 is not a valid command and it will remove all valid protocols.  (Try
running this line thru "openssl cipher -v" to verify)

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

Reply via email to