-
Notifications
You must be signed in to change notification settings - Fork 0
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
https://www.transhousing.refuge.lgbt will not work #15
Comments
Would |
transhousing.refuge.lgbt and www.transhousing.refuge.lgbt work. Both forward to https://transhousing.refuge.lgbt, which also works |
These are already set up btw, you might just have to wait for the app to wake up on the first request |
If we moved off heroku (SSL add on is $20/month), we could solve this with "let's encrypt". I doubt it's worth it, but just noting. |
Yea, also gotta remember that CloudFlare has free SSL to their servers. (#14) I imagine, in time, Heroku will either support Let's Encrypt, or make their SSL add-on free (to compete with Let's Encrypt) |
The wildcard cert only account for one level of subdomains, www.transhousing.refuge.lgbt will not be secure. I set up a forwarder for www.transhousing -> transhousing. This isn't working for https://www since it's attempting to establish a secure connection before the forward (I'm not 100% positive this is the reason).
I don't really know if there's a way around this :/
The text was updated successfully, but these errors were encountered: