Chrome persistently redirecting to HTTPS for HTTP site
I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file.
I occasionally need to access the old site. When I do, it forcibly redirects to https://, but when I switch back to the new site, Chrome is then broken and will not let me get to http:// to the site but forcibly redirects to https:// which gives me the obvious "Privacy Error" warning and screws up a number of other things (it's WordPress, so it asks me to re-login, but I can't).
How the heck can I force Chrome to stop redirecting to https://? I tried chrome://net-internals/#hsts and I deleted the domain security policies for the site, but it seems to do absolutely nothing. Chrome still redirects. I also tried refreshing clearing cache - this doesn't work either.
google-chrome https redirection
|
show 3 more comments
I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file.
I occasionally need to access the old site. When I do, it forcibly redirects to https://, but when I switch back to the new site, Chrome is then broken and will not let me get to http:// to the site but forcibly redirects to https:// which gives me the obvious "Privacy Error" warning and screws up a number of other things (it's WordPress, so it asks me to re-login, but I can't).
How the heck can I force Chrome to stop redirecting to https://? I tried chrome://net-internals/#hsts and I deleted the domain security policies for the site, but it seems to do absolutely nothing. Chrome still redirects. I also tried refreshing clearing cache - this doesn't work either.
google-chrome https redirection
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
1
See this.
– Ultrasonic54321
Jan 30 at 19:02
|
show 3 more comments
I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file.
I occasionally need to access the old site. When I do, it forcibly redirects to https://, but when I switch back to the new site, Chrome is then broken and will not let me get to http:// to the site but forcibly redirects to https:// which gives me the obvious "Privacy Error" warning and screws up a number of other things (it's WordPress, so it asks me to re-login, but I can't).
How the heck can I force Chrome to stop redirecting to https://? I tried chrome://net-internals/#hsts and I deleted the domain security policies for the site, but it seems to do absolutely nothing. Chrome still redirects. I also tried refreshing clearing cache - this doesn't work either.
google-chrome https redirection
I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file.
I occasionally need to access the old site. When I do, it forcibly redirects to https://, but when I switch back to the new site, Chrome is then broken and will not let me get to http:// to the site but forcibly redirects to https:// which gives me the obvious "Privacy Error" warning and screws up a number of other things (it's WordPress, so it asks me to re-login, but I can't).
How the heck can I force Chrome to stop redirecting to https://? I tried chrome://net-internals/#hsts and I deleted the domain security policies for the site, but it seems to do absolutely nothing. Chrome still redirects. I also tried refreshing clearing cache - this doesn't work either.
google-chrome https redirection
google-chrome https redirection
edited Jan 30 at 18:17
Codesmith
asked Jan 30 at 18:10
CodesmithCodesmith
232315
232315
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
1
See this.
– Ultrasonic54321
Jan 30 at 19:02
|
show 3 more comments
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
1
See this.
– Ultrasonic54321
Jan 30 at 19:02
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
1
1
See this.
– Ultrasonic54321
Jan 30 at 19:02
See this.
– Ultrasonic54321
Jan 30 at 19:02
|
show 3 more comments
1 Answer
1
active
oldest
votes
You may have a Wordpress plugin redirecting to https automatically. If you can, check your plugins for such redirects. If not, attempt to put https on your site.
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400200%2fchrome-persistently-redirecting-to-https-for-http-site%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may have a Wordpress plugin redirecting to https automatically. If you can, check your plugins for such redirects. If not, attempt to put https on your site.
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
add a comment |
You may have a Wordpress plugin redirecting to https automatically. If you can, check your plugins for such redirects. If not, attempt to put https on your site.
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
add a comment |
You may have a Wordpress plugin redirecting to https automatically. If you can, check your plugins for such redirects. If not, attempt to put https on your site.
You may have a Wordpress plugin redirecting to https automatically. If you can, check your plugins for such redirects. If not, attempt to put https on your site.
answered Jan 31 at 18:47
Ultrasonic54321Ultrasonic54321
473111
473111
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
add a comment |
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
Sorry, not sure if my question makes this clear enough: The old site is redirecting to https: - the new site is not. I know it isn't because after about an hour or so it does finally work again. I can't install SSL yet without screwing up the old server since the certificate has been validated for the old site's server and not the new one.
– Codesmith
Feb 1 at 1:17
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400200%2fchrome-persistently-redirecting-to-https-for-http-site%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is your site HSTS preloaded? hstspreload.org
– Ultrasonic54321
Jan 30 at 18:12
No, it's not preloaded. Sorry, I updated the question. Check it again for more clarity.
– Codesmith
Jan 30 at 18:18
Have you considered the possibility of using another browser?
– Ultrasonic54321
Jan 30 at 18:31
Well, I would have figure Firefox wouldn't be as frustrating, but it seems to do the same thing. Maybe there's an extension or a flag or something for Firefox to get around this?
– Codesmith
Jan 30 at 18:42
1
See this.
– Ultrasonic54321
Jan 30 at 19:02