Closed leetrout closed 3 years ago
I would like to but would need to work out a different hosting strategy -- it's currently one site serving content for a number of small projects based on hostname.
Well if there's anything I could do (other than forking and tossing it on GH pages 😂 ) to help let me know!
Thanks! I'm going to give this some thought
Hey, if you migrate dns to cloudflare they do ssl/tls for you for free.
Just a thought.
I would still need to register the cert with IIS, though, and my hosting company doesn't support certs for different domains on the same site. Right now, I have a single acct that serves content for what's really six different sites (danieltemkin.com, metriclock.com, some other projects) by hostname. If I register the cert for one site then the others will cause security warnings for the other domains.
This was fine as a hosting strategy when ssl was less important. But at this point, the purely JS-based sites like rot8000 will probably need to be moved elsewhere.
@rottytooth that's not correct, if you configure cloudflare in Flexible mode then connections to Cloudflare are encrypted, but from Cloudflare to the backend are in plaintext. No server config change required at all.
@Gunni : Thank you, this solves the problem; https is live now
Any chance of tossing a cert up?