alexastef / loo

Skip to the Loo, a full-stack app designed to help people find restrooms when they're on the go. Built with Node, Express, MySQL, Sequelize, and Handlebars and uses map data from two Google APIs.
https://skip-to-the-loo.com
3 stars 4 forks source link

HTTPS / SSL Stuff #170

Closed reptile18 closed 4 years ago

reptile18 commented 4 years ago

So we've been getting lots of "can't provide a secure connection" errors left and right sometimes, so to alleviate that we need to enable SSL, but we would need a certificate. And one way a friend suggested that we can do that is here: https://support.cloudflare.com/hc/en-us/articles/205893698-Configure-Cloudflare-and-Heroku-over-HTTPS

So we would first need to create a Cloudflare account, and then follow these steps to have https by default.

reptile18 commented 4 years ago

Fixed