Type: ruleset/website issue Domain: www.bit.ly When trying to open http://www.bit.ly or any shortened URL starting with http://www.bit.ly (some people add `www` prefix to shortened URLs), I am getting certificate alert that website certificate is valid only for https://bit.ly, not for https://www.bit.ly. Also, this HTTPS domain redirects to http://bit.ly. Standard HTTP redirect chain is: `http://www.bit.ly/whatever -> http://bit.ly/whatever -> destination webpage` Redirect chain with HTTPS Everywhere enabled is: `http://www.bit.ly/whatever -> https://www.bit.ly/whatever -> certificate warning -> **http**://bit.ly/whatever -> https://bit.ly/whatever -> destination webpage`
Type: ruleset/website issue
Domain: www.bit.ly
When trying to open http://www.bit.ly or any shortened URL starting with http://www.bit.ly (some people add
wwwprefix to shortened URLs), I am getting certificate alert that website certificate is valid only for https://bit.ly, not for https://www.bit.ly. Also, this HTTPS domain redirects to http://bit.ly.Standard HTTP redirect chain is:
http://www.bit.ly/whatever -> http://bit.ly/whatever -> destination webpageRedirect chain with HTTPS Everywhere enabled is:
http://www.bit.ly/whatever -> https://www.bit.ly/whatever -> certificate warning -> **http**://bit.ly/whatever -> https://bit.ly/whatever -> destination webpage