컬 OpenSSL SSL_connect: 연결이 재설정되었습니다. 오류

컬 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

관련 정보