Using SSLv3 - Enabling Strong Ciphers Server 2008
Posted
by
Igor K
on Server Fault
See other posts from Server Fault
or by Igor K
Published on 2010-08-23T17:48:54Z
Indexed on
2011/06/26
16:23 UTC
Read the original article
Hit count: 334
I've disabled SSLv2 and SSLv3 is on. However I cannot connect to a remote server which fails with
The client and server cannot communicate, because they do not possess a common algorithm
Ran an SSL check (http://www.serversniff.net/sslcheck.php) on the remote server and ours, and noticed none of the ciphers they accept we have on our server. How can this be configured? (Windows Web Server 2008)
Remote Server Accepted SSL ciphers:
DHE-RSA-AES256-SHA
AES256-SHA
EDH-RSA-DES-CBC3-SHA
DES-CBC3-SHA
DHE-RSA-AES128-SHA
AES128-SHA
Our server by default accepts:
DES-CBC3-SHA
RC4-SHA
RC4-MD5
© Server Fault or respective owner