ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Https on localhost chirps #1324

Closed ctm closed 4 months ago

ctm commented 4 months ago

Set up certificates for localhost.

I've been doing my development using http, due to laziness. However, I thought I had set up HSTS on production, and I hadn't, which is one (but only one!) of the reasons craftpoker.com does so poorly on Mozilla's security scan (#1323). So, my plan is to set up certificates for localhost before fixing the scan issues so that we can use HSTS both in production and locally.

ctm commented 4 months ago

Done and tested locally. It should not change the behavior on craftpoker.com, but I'm deploying now and checking just to be sure.