NSS error -5978 (PR_NOT_CONNECTED_ERROR)

curl -vL https://acme-v02.api.letsencrypt.org

  • About to connect() to acme-v02.api.letsencrypt.org port 443 (#0)
  • Trying 172.65.32.248...
  • Connected to acme-v02.api.letsencrypt.org (172.65.32.248) port 443 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
    *** NSS error -5978 (PR_NOT_CONNECTED_ERROR)**
    *** Network file descriptor is not connected**
  • Closing connection 0

I'm not familiar with that exact error.
But I would recommend updating curl to latest version.
[and maybe also OpenSSL too]

Please show:
curl -V

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.