Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by mcrman
at 2024-11-22 09:13:37
Point:500 Replies:5 POST_ID:828820USER_ID:11727
Topic:
Secure Socket Layer (SSL) & HTTPS;Windows Server 2008;Microsoft IIS Web Server
I have a self signed cert which I use to set the HTTPS SSL Binding on a web site. This is the only web site on this server.
The server is Windows 2008 R2, IIS7
I works for days, then without warning will stop working. IIS is still running and the web site still works at browsing using http is working.
If i check the bindings the SSL binding is there an unchanged. If i just look at the SSL binding, and re-save without changing a thing, it starts working again.
While HTTPS is not responding I cam able to get connection with Telnet on port 443, although it returns nothing, a connection is made.
This is not a firewall issue, software firewalls are turned off, this happens locally on the server itself or from another system.
This is happening on multiple servers within different domains and environments.
Any help is greatly appreciated.
The server is Windows 2008 R2, IIS7
I works for days, then without warning will stop working. IIS is still running and the web site still works at browsing using http is working.
If i check the bindings the SSL binding is there an unchanged. If i just look at the SSL binding, and re-save without changing a thing, it starts working again.
While HTTPS is not responding I cam able to get connection with Telnet on port 443, although it returns nothing, a connection is made.
This is not a firewall issue, software firewalls are turned off, this happens locally on the server itself or from another system.
This is happening on multiple servers within different domains and environments.
Any help is greatly appreciated.
Author: mcrman replied at 2024-08-28 05:22:36
Thanks
Author: mcrman replied at 2024-12-09 06:09:53
I tried the steps outlined in the articles. All say i have a good cert.
The SSL Binding needs to be re-saved after a reboot. Always.
The SSL Binding needs to be re-saved after a reboot. Always.
Accepted Solution
Expert: duncanb7 replied at 2024-11-22 12:10:25
500 points GOOD
Did you take a look this troubleshooting article before is also reported out your similar output of "Internet Explorer cannot display the webpage"
http://www.iis.net/learn/troubleshoot/security-issues/troubleshooting-ssl-related-issues-server-certificate
If you have fidder or Charles proxy debugger that will help for debugger and cross-check easier (http://www.charlesproxy.com/)
Duncan
http://www.iis.net/learn/troubleshoot/security-issues/troubleshooting-ssl-related-issues-server-certificate
If you have fidder or Charles proxy debugger that will help for debugger and cross-check easier (http://www.charlesproxy.com/)
Duncan
Author: mcrman replied at 2024-11-22 11:58:51
Just that, telnet returns no text and just disconnects, if i use telnet to port 80 as soon as I type something and press return, IIS returns
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Fri, 22 Nov 2013 19:54:59 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/str
ict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
Connection to host lost.
The browser give me "Internet Explorer cannot display the webpage"
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Fri, 22 Nov 2013 19:54:59 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/str
ict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
Connection to host lost.
The browser give me "Internet Explorer cannot display the webpage"
Expert: duncanb7 replied at 2024-11-22 11:51:32
Dear mcrman,
What you mean on "return nothing" ? What is browser output look like or said when you are using
https ? Could you capture it to us to take a look at ?
Duncan
What you mean on "return nothing" ? What is browser output look like or said when you are using
https ? Could you capture it to us to take a look at ?
While HTTPS is not responding I cam able to get connection with Telnet on port 443, although it returns nothing, a connection is made
Duncan