I have 2 servers doing this that use https. I was getting this on both port 80 and 443 but I followed the instructions on http://support.microsoft.com/kb/834141/ and resolved the issue with 80.

I am trying to figure out how to repair this on port 443 which I'm confused by since I thought the fix was per site not per port.

This is IIS6 on server 2003

The way I checked this was to telnet to my server then do GET / HTTP/1.0 command. I can't do this through telnet, however, with SSL as far as I know.

Thanks,

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

I finally figured it out. When you go do a get / on HTTPS it actually forwards to a different site. I simply applied the fix as described in http://support.microsoft.com/kb/834141/ to the site it forwarded to which resolved the issue.

link|improve this answer
feedback

The solution was to check other sites. The Default site was directing to a different site then the https site. This is where the problem lied and I was able to fix it there.

link|improve this answer
feedback

You can use OpenSSL to test 443 as you would with telnet on 80.

link|improve this answer
I already know the problem exists and I was aware of OpenSSL, but I don't have a linux box ATM nor do I have a compiler handy. I was more wondering if there is a way to specify which port the header name can be changed on. – Jeff Oct 4 '10 at 16:10
There's a Windows binary available. openssl.org/related/binaries.html Sorry, my answer should have been a comment as it only answers a side question. – Chris Nava Oct 4 '10 at 16:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.