gpt4 book ai didi

ssl - OpenSSL s_client - 握手失败 [SSL3_READ_BYTES]

转载 作者:太空宇宙 更新时间:2023-11-03 12:49:41 26 4
gpt4 key购买 nike

我们正在尝试建立从一台服务器到另一台服务器的 SSL 连接,以通过安全连接执行一些 HTTP 请求。

监听连接的服务器配置为监听端口 5050 并提供根证书以检查客户端 证书以进行验证。

客户端 想要使用以下命令连接到此服务器:

openssl s_client -msg -ssl3 -cert /path/to/cert/clientname.crt -certform PEM -key /path/to/key/clientname.pem -connect server:5050

此连接的响应如下:

CONNECTED(00000003)
>>> SSL 3.0 Handshake [length 0086], ClientHello
01 00 00 82 03 00 54 11 68 42 03 ef 07 59 ff cc
31 03 99 2c 70 7c 56 fb 08 e3 fc 6a 88 ef 1c 69
84 fc 26 fc 80 f7 00 00 5a c0 14 c0 0a 00 39 00
38 00 88 00 87 c0 0f c0 05 00 35 00 84 c0 12 c0
08 00 16 00 13 c0 0d c0 03 00 0a c0 13 c0 09 00
33 00 32 00 9a 00 99 00 45 00 44 c0 0e c0 04 00
2f 00 96 00 41 c0 11 c0 07 c0 0c c0 02 00 05 00
04 00 15 00 12 00 09 00 14 00 11 00 08 00 06 00
03 00 ff 02 01 00
<<< SSL 3.0 Alert [length 0002], fatal handshake_failure
02 28
140628594931368:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1258:SSL alert number 40
140628594931368:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:596:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 0 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : SSLv3
Cipher : 0000
Session-ID:
Session-ID-ctx:
Master-Key:
Key-Arg : None
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1410426946
Timeout : 7200 (sec)
Verify return code: 0 (ok)
---

SSL-Server 的日志中,我得到以下条目:

INFO connection accepted from clientname:45344

2014-09-11 11:15:46 ERROR SSL error, SSL_ERROR_SSL: retval -1, no shared cipher

我们将不胜感激任何反馈。

干杯。

最佳答案

no shared cipher

您的客户端仅提供服务器不支持的密码。请在不使用 -ssl3 参数的情况下重试,让客户端使用更新的密码。

关于ssl - OpenSSL s_client - 握手失败 [SSL3_READ_BYTES],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25783628/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com