【发布时间】:2019-05-18 01:44:31
【问题描述】:
我有这个连接到 TLS 服务器的命令:
openssl s_client -connect ec2-xx-xx-xx-xx.us-west-1.compute.amazonaws.com:4004 -reconnect -CAfile ryans-cert.pem
我收到了大约 4 条这样的消息:
drop connection and then reconnect
CONNECTED(00000005)
然后它将最终连接。 有人知道为什么要重试几次吗?
【问题讨论】: