Open
Description
I followed the link to the handlebars website that's on the npm page, which is for https://www.handlebarsjs.com/
. Firefox gives me a the following SSL error for this page:
Secure Connection Failed
An error occurred during a connection to www.handlebarsjs.com. Peer reports it experienced an internal error.
Error code: SSL_ERROR_INTERNAL_ERROR_ALERT
Trying curl gives:
$ curl -v 'https://www.handlebarsjs.com/'
* Trying 3.13.31.214:443...
* Connected to www.handlebarsjs.com (3.13.31.214) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL/3.3.6: error:1404B438:SSL routines:ST_CONNECT:tlsv1 alert internal error
* Closing connection 0
curl: (35) LibreSSL/3.3.6: error:1404B438:SSL routines:ST_CONNECT:tlsv1 alert internal error
The site without www
appears to be okay. If the www
hostname isn't expected to work, you might want to update the info that npmjs.com is using.
Metadata
Metadata
Assignees
Labels
No labels