Secure Connection Failed. The page you are trying to view cannot be shown because the authenticity of the...
Why this post is different.
If I use a VPN it works. Which gives me different Network.
Secure Connection Failed. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Details:
The Web Server is Win 10 Pro Version 1803 (OS Build 17134.471)
Computer used to access web page is Win 10 Pro Version 1803 (OS Build 17134.472)
My computer and the web page computer is on the same local network.
For Internet access I use a Mediacom Modem with port forwarding (80 & 443) to my router (Netgear 3700).
I have a DNS entry from a different ISP that forwards requests to the Mediacom Modem.
The Problem:
From my computer I get the above error if I try and go to the website using my DNS entry, Example:
This used to work good, but now it doesn't; I suspect it has something to do with MS updates.
If I get out of my local network and access the page it works great with HTTPS.
I do this from my cell phone with My WiFi connection turned off. This forces the phone to use my carrier for the connection which is, of course, a totally different network.
I Have a Rewrite Rule in my Web.config as follows:
<rule name="HTTP Redirect to HTTPS" enabled="true"
patternSyntax="ECMAScript" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
</rule>
This Rewrite Rule has worked well in the past to redirect to HTTPS.
Does anyone have a suggestion on how to fix this ?
I have search many sites with ideas but none work.
Thanks
-Bob-
asp.net
add a comment |
Why this post is different.
If I use a VPN it works. Which gives me different Network.
Secure Connection Failed. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Details:
The Web Server is Win 10 Pro Version 1803 (OS Build 17134.471)
Computer used to access web page is Win 10 Pro Version 1803 (OS Build 17134.472)
My computer and the web page computer is on the same local network.
For Internet access I use a Mediacom Modem with port forwarding (80 & 443) to my router (Netgear 3700).
I have a DNS entry from a different ISP that forwards requests to the Mediacom Modem.
The Problem:
From my computer I get the above error if I try and go to the website using my DNS entry, Example:
This used to work good, but now it doesn't; I suspect it has something to do with MS updates.
If I get out of my local network and access the page it works great with HTTPS.
I do this from my cell phone with My WiFi connection turned off. This forces the phone to use my carrier for the connection which is, of course, a totally different network.
I Have a Rewrite Rule in my Web.config as follows:
<rule name="HTTP Redirect to HTTPS" enabled="true"
patternSyntax="ECMAScript" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
</rule>
This Rewrite Rule has worked well in the past to redirect to HTTPS.
Does anyone have a suggestion on how to fix this ?
I have search many sites with ideas but none work.
Thanks
-Bob-
asp.net
add a comment |
Why this post is different.
If I use a VPN it works. Which gives me different Network.
Secure Connection Failed. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Details:
The Web Server is Win 10 Pro Version 1803 (OS Build 17134.471)
Computer used to access web page is Win 10 Pro Version 1803 (OS Build 17134.472)
My computer and the web page computer is on the same local network.
For Internet access I use a Mediacom Modem with port forwarding (80 & 443) to my router (Netgear 3700).
I have a DNS entry from a different ISP that forwards requests to the Mediacom Modem.
The Problem:
From my computer I get the above error if I try and go to the website using my DNS entry, Example:
This used to work good, but now it doesn't; I suspect it has something to do with MS updates.
If I get out of my local network and access the page it works great with HTTPS.
I do this from my cell phone with My WiFi connection turned off. This forces the phone to use my carrier for the connection which is, of course, a totally different network.
I Have a Rewrite Rule in my Web.config as follows:
<rule name="HTTP Redirect to HTTPS" enabled="true"
patternSyntax="ECMAScript" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
</rule>
This Rewrite Rule has worked well in the past to redirect to HTTPS.
Does anyone have a suggestion on how to fix this ?
I have search many sites with ideas but none work.
Thanks
-Bob-
asp.net
Why this post is different.
If I use a VPN it works. Which gives me different Network.
Secure Connection Failed. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Details:
The Web Server is Win 10 Pro Version 1803 (OS Build 17134.471)
Computer used to access web page is Win 10 Pro Version 1803 (OS Build 17134.472)
My computer and the web page computer is on the same local network.
For Internet access I use a Mediacom Modem with port forwarding (80 & 443) to my router (Netgear 3700).
I have a DNS entry from a different ISP that forwards requests to the Mediacom Modem.
The Problem:
From my computer I get the above error if I try and go to the website using my DNS entry, Example:
This used to work good, but now it doesn't; I suspect it has something to do with MS updates.
If I get out of my local network and access the page it works great with HTTPS.
I do this from my cell phone with My WiFi connection turned off. This forces the phone to use my carrier for the connection which is, of course, a totally different network.
I Have a Rewrite Rule in my Web.config as follows:
<rule name="HTTP Redirect to HTTPS" enabled="true"
patternSyntax="ECMAScript" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
</rule>
This Rewrite Rule has worked well in the past to redirect to HTTPS.
Does anyone have a suggestion on how to fix this ?
I have search many sites with ideas but none work.
Thanks
-Bob-
asp.net
asp.net
asked Jan 1 at 17:49


BobGBobG
62
62
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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%2fstackoverflow.com%2fquestions%2f53997625%2fsecure-connection-failed-the-page-you-are-trying-to-view-cannot-be-shown-becaus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f53997625%2fsecure-connection-failed-the-page-you-are-trying-to-view-cannot-be-shown-becaus%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