P粉9550636622023-07-28 10:51:08
For websites using the old SSL protocol, this error may occur when using CURL on Linux. According to the SSL/TLS protocol specification, the cause may be that the client hello uses a support group option that is not supported by the peer. The solution is to use sslscan to probe and get the protocol version and cipher suites supported by the peer. You can find sslscan on Github.