handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.81k stars 2.04k forks source link

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

Open onlynone opened 5 months ago

onlynone commented 5 months ago

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 commented 5 months ago

Thanks for reporting.

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