On Thu, Feb 16, 2012 at 04:59:45PM +0100, Alexander Burger wrote:
> so that the total change is now:
>
> 177c177
> < if (!(ctx = SSL_CTX_new(SSLv23_server_method())) ||
> ---
> > if (!(ctx = SSL_CTX_new(SSLv3_server_method())) ||
> 180c180,181
> <
> !SSL_CTX_check_private_key(ctx) ) {
> ---
> > !SSL_CTX_check_private_key(ctx) ||
> > !SSL_CTX_set_cipher_list(ctx, "RC4-SHA:HIGH:!ADH") ) {
>
> I don't know if this helps, though (as I can't reproduce the problem).
> The ssllabs.com analyzer still complains, though.
No, doesn't help.
I reverted all changes and give up.
- Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe