Open locks opened 1 year ago
new.emberjs.com is broken!
$ curl -Iv https://new.emberjs.com/
* Trying 3.13.31.214:443...
* Connected to new.emberjs.com (3.13.31.214) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Unknown (21):
* TLSv1.3 (IN), TLS alert, internal error (592):
* error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection 0
curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error
This ticket doesn’t seem to have any further next actions. Can we remove the Help Wanted tag till something becomes actionable for contributors?
Mentioned https://github.com/ember-learn/ember-styleguide/pull/477#issuecomment-1746730962
Be sure to use http instead of https. It redirects to https. This is a limitation of DNS-based redirects.
We want to provide users with a link to https://new.emberjs.com as an alternative to installing
ember-cli
and generating a new project locally.