您的位置:首页 > 编程语言 > Go语言

The client and server cannot communicate, because they do not possess a common algorithm.

2011-10-09 11:54 561 查看
该问题一般出现在Windows 2003和Windows 2008之间的SSL通信,解决该问题的方法在Windows 2003机器上打http://support.microsoft.com/kb/948963 来解决该问题。

可以参考http://blogs.msdn.com/b/ieinternals/archive/2009/12/08/aes-is-not-a-valid-cipher-for-sslv3.aspx & http://blogs.technet.com/b/steriley/archive/2007/11/06/changing-the-ssl-cipher-order-in-internet-explorer-7-on-windows-vista.aspx

BTW: Windows network monitor挺好用的,能够看到底层通信时发送的信息,包括TLS握手部分。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐