You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I serve my website exclusively over https using Strict Transport Security (HSTS). 1999 requests several resources explicitly over http, creating mixed content errors. The content can only be served over https so the resources are blocked in the browser.
Steps to reproduce
[First step]
Set up a server (nginx) and configure HSTS
[Second step]
Set up the server (nginx) to reverse proxy to the 1999 server
[Third Step]
Visit the website you just set up and you'll see these errors in your browser
What you expected to happen
The website and its resources from fargo.io should've loaded normally
Description of the problem
I serve my website exclusively over
https
using Strict Transport Security (HSTS). 1999 requests several resources explicitly overhttp
, creating mixed content errors. The content can only be served overhttps
so the resources are blocked in the browser.Steps to reproduce
Set up a server (nginx) and configure HSTS
Set up the server (nginx) to reverse proxy to the 1999 server
Visit the website you just set up and you'll see these errors in your browser
What you expected to happen
The website and its resources from fargo.io should've loaded normally
Other data
OS: Archlinux
Browser: Chrome v52.0.2743.33 beta (64-bit)
The text was updated successfully, but these errors were encountered: