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

Domain name #104

Open
Ivo-Evans opened this issue Sep 3, 2020 · 1 comment
Open

Domain name #104

Ivo-Evans opened this issue Sep 3, 2020 · 1 comment

Comments

@Ivo-Evans
Copy link
Contributor

The frontend domain works for the subdomain www, at

www.skillswest.london

However without the subdomain it registers as a security risk because the SSL certificate provided is for a different domain, and it can't be accessed.

Meanwhile in domain land the ec2 instance cannot get SSL/HTTPS, and will display a security warning, until we set up a domain for it. We could attach it to a subdomain of skillswest.london, like admin.

@Ivo-Evans
Copy link
Contributor Author

Ivo-Evans commented Sep 3, 2020

Frontend issue is fixed but I'll keep this open for EC2 subdomains. There's a puzzle though.

skillswest.london -> works, redirect to https://www.skillswest.london/
www.skillswest.london -> works, redirect to https://www.skillswest.london/
http://skillswest.london -> works, redirects to https://www.skillswest.london/
https://www.skillswest.london/ -> works, as above
https://skillswest.london/ -> doesn't work, no redirect

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

No branches or pull requests

1 participant