On Fri, Oct 13, 2000, [EMAIL PROTECTED] wrote:

> 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)

I guess you are using an ancient OpenSSL version. The EXPORT56 is
correct and works fine for me with both OpenSSL 0.9.5b and 0.9.6.

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

Reply via email to