ember-learn / guides-source

This repository contains the Ember.js Guides
https://guides.emberjs.com/
MIT License
158 stars 497 forks source link

Add new.emberjs.com link to Quick Start page #1951

Open locks opened 1 year ago

locks commented 1 year ago

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.

mansona commented 1 year ago

For reference: https://github.com/ember-learn/guides-source/blob/master/guides/release/getting-started/quick-start.md

sukima commented 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
sukima commented 1 year ago

This ticket doesn’t seem to have any further next actions. Can we remove the Help Wanted tag till something becomes actionable for contributors?

NullVoxPopuli commented 11 months ago

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.