我在 ubuntu 14.10 pc 中使用具有特定密码的 openssl 示例服务器和客户端。openssl 版本是 1.0.1。
当我在双方都使用 RC4-SHA 密码时,连接建立成功。但是,当我使用 ECDH-RSA-AES128-SHA 或其他椭圆曲线密码时,会出现以下错误:
3074328252:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:762:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 163 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
发生这种情况有什么具体原因吗?
谢谢!