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
In redirection mode, for instance a.example.com => b.example.com, when visiting http://a.example.com, redirect to https://a.example.com first, then redirect to https://b.example.com to save the HSTS header in clients' browsers.
Minor refactoring
Generate a self-signed certificate for default server, in order to prevent access from unlistened domains.