thoughtbot / constable

Better company announcements
https://constable.io
GNU Affero General Public License v3.0
515 stars 57 forks source link

Can't deploy to staging without SSL setup #176

Closed BlakeWilliams closed 8 years ago

BlakeWilliams commented 8 years ago

We can't deploy to staging until we have SSL since we have to provide port as 443 to the url option in our production config. This is because of how Phoenix handles url generation.

joshuaclayton commented 8 years ago

I've purchased the SSL addon for the current staging-api site, and I'm going through the process of getting a wildcard cert from DNSimple to use here as well.

BlakeWilliams commented 8 years ago

Awesome! Let me know when that's setup so we can switch prod to 443.

joshuaclayton commented 8 years ago

This is currently blocked on staging due to the redirect auth endpoint not lining up with staging.constable.io. Based on https://thoughtbot.slack.com/archives/constable/p1461856350001656 and https://thoughtbot.slack.com/archives/constable/p1461856407001658, it looks like it's not being used anymore.

paulcsmith commented 8 years ago

Closed by #225