Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.handlebarsjs.com is giving me an SSL error (without www is working fine) #2026

Open
onlynone opened this issue Jan 11, 2024 · 1 comment

Comments

@onlynone
Copy link

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.

@jaylinski
Copy link
Member

Thanks for reporting.

This was fixed in 0242378 but hasn't been published to npm yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants