curl OpenSSL SSL_connect:连接已重置错误

curl OpenSSL SSL_connect:连接已重置错误

我正在尝试从 azure VM 运行以下命令。我收到错误。我还验证了端口连接,443 对 status.cloud.google.com 开放。还有什么我想念的吗?请建议。

curl -vk https://status.cloud.google.com
*   Trying 142.250.101.100:443...
* TCP_NODELAY set
* Connected to status.cloud.google.com (142.250.101.100) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/certname.pem
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: Connection reset by peer in connection to status.cloud.google.com:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to status.cloud.google.com:443

相关内容