tgjones / shader-playground

Shader playground website for exploring HLSL, GLSL, SPIR-V compilers
http://shader-playground.timjones.io
BSD 2-Clause "Simplified" License
585 stars 46 forks source link

Add SSL certificate #92

Closed tgjones closed 3 years ago

tgjones commented 3 years ago

Modern browsers don't like non-https websites...

zicklag commented 3 years ago

I'm not sure how you have your server hosted exactly, but as somebody with extensive experience in cloud deployments, Docker, etc., I highly recommend using Traefik. It will do all of the SSL configuration for you and generate trusted, automatically-renewed HTTPS certificates.

Just a tip in case you didn't already know about it. :)

tgjones commented 3 years ago

@zicklag thanks for the info! I'm actually use Azure WebApps, and I found I could create a free SSL certificate in there quite easily, so that's what I've done: image

zicklag commented 3 years ago

Perfect! :+1: