:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -101
作者:
golang云原生
栏目:
公开
2023-06-01 03:03
1892
This error message indicates that there was a problem with the SSL handshake between the client and server. The handshake is a process where the client and server establish a secure connection using SSL/TLS protocol.
The error code -1 means that the handshake failed, while the SSL error code 1 indicates an internal error in OpenSSL library. The net_error -101 suggests that there was a network connection issue.
Possible reasons for this error include:
Outdated or incompatible SSL/TLS protocol version on either client or server
Invalid SSL certificate on the server
Incorrect system time or date on either client or server
Firewall or antivirus software blocking the SSL handshake process
Network connectivity issues such as DNS resolution failure, proxy misconfiguration, or internet connectivity outage.
To resolve this issue, you can try the following troubleshooting steps:
Verify that both client and server support the same version of SSL/TLS protocol.
Check if the SSL certificate on the server is valid and issued by a trusted Certificate Authority (CA).
Ensure that system time and date are correct on both client and server.
Disable any firewall or antivirus software temporarily to rule out any interference with the SSL handshake process.
Check network connectivity by testing DNS resolution, disabling proxy settings, and verifying internet connectivity.
If none of these steps resolve the issue, you may need to seek assistance from your network administrator or contact technical support for further help.
本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:
https://golang.0voice.com/?id=3819
$ git push develop
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream develop master
Prometheus nfs exporter怎么部署到k8s
please translate"Time-lapse detection of sublethal damage
CTL–target cell interactions and sublethal damage during interaction were detected by co-registering the fluorescent reporter and dsRed OT1 CTL at the following frame intervals and duration...
A network thermodynamic analysis of the heat Pipe,具体介绍这篇文献的内容,并利用这篇文章的原理,基于C++编程建立热管的热力学求解器,给出具体代码
2023年05月13日
Errors during downloading metadata for repository 'base':
- Curl error (28): Timeout was reached for http://mirrors.aliyuncs.com/centos/3/os/x86_64/repodata/repomd.xml [Connection timed out after 30000 milliseconds]
- Status code: 404 for http...