HTTPS first - it's time!
 
   In short  HTTP to HTTPS redirects aren't always configured. Solution options:    Browsers should change resolving to HTTPS first, when unspecified!   perhaps then attempting HTTP as a fallback. #upForDiscussion     Chrome extensions that :   " As a browser that has received a failed HTTP response (ERR_EMPTY_RESPONSE*), I would like myself  (the browser) to resolve to try the same path with a secure path instead (HTTPS), so that my pages that don't have an apache redirect to HTTPS will work without my banging my head on the wall. "      In longer  Many systems today use (and should use!) HTTPS for web communication.  The browsers today, though, still try attempt HTTP first when resolving a request for, say, www.xeyecle.com...  but *sometimes* there are servers out there that don't have a REWRITE condition on their servers, nor a 301 redirect at the Nginx web server level...  and sometimes the groups that own these items are <insert legitimate, rude, or ignora...
 
