My glitch project has cert/security warnings

There shouldn’t be anything fancy about the code in https://glitch.com/edit/#!/designing?path=server.coffee , but loading my project (http://designing.glitch.me/) gives me 26%20AM or sometimes 57%20AM

as opposed to the expected
02%20AM

any suggestions? thanks

We don’t automatically redirect from http to https, but you can implement it using this method: https://glitch.com/edit/#!/large-patch.

When trying over https, it looks like the problem is caused by the favicon: “The page at ‘https://designing.glitch.me/’ was loaded over HTTPS, but requested an insecure favicon ‘http://glitch.com/favicon.ico’. This content should also be served over HTTPS.”

whoops forgot about the favicon from this old remixed project, thanks!

1 Like

I’d recommend using this as it is a middleware and is simpler https://glitch.com/edit/#!/force-http-or-https