Re: IIS SSL Config - 404 Error
From: Chris V (chris_velazquez@hotmail.com)
Date: 09/11/02
- Next message: Jerry Bryant [MS]: "Chat with Mike Nash - VP of the Security Business Unit, Microsoft"
- Previous message: scanman20: "Re: Newbie question: Basic auth works, Chall/Resp fails?"
- In reply to: JC: "IIS SSL Config - 404 Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Chris V" <chris_velazquez@hotmail.com> Date: Wed, 11 Sep 2002 09:50:12 -0500
OK, I figured it out. I was creating a .CER file from the *.154 computer,
exporting it and importing it to the *.155 computer. That didn't work, and
I got the 404 error. Instead, I exported the certificate with the private
key as a .PFX file, then loaded that file into the *.155 certificate store.
When I installed that certificate on the web server it worked just great,
first try.
Chris
"JC" <johncleveland@hotmail.com> wrote in message
news:db7d01c25940$e75ee490$37ef2ecf@TKMSFTNGXA13...
> Your problem is with a certificate mismatch error not
> being handled by the client browser properly.
>
> The SSL cert is issued for a common name that is the
> site's URL (iw www.yoursite.com) but you are browsing to
> 207.207.29.155. The two don't match and this causes an
> error.
>
> What you SHOULD get is a certificate warning saying the
> certificate is valid but the name doesn't match. What I've
> found though ie IE5.5 pre SP2 (especially on an NT4 OS)
> does not handle this correctly and just displays a 404.
> Solution is to upgrade to IE6 or IE5.5sp2 with the latest
> patches. An alternative is to add a host file entry in
> your PC that resolves www.yousite.com to 207.207.29.155 so
> you can browse to the test site using the valid URL.
>
> JC
>
> >-----Original Message-----
> >OK, here is one for ya...
> >
> >I installed the SSL certificate from Verisign, but I get
> a 404 error when I try to access the website using
> https://207.207.29.155 , even though I can access the site
> fine using plain old http://207.207.29.155 .. I'm not
> sure what the problem is. The port is set up correctly on
> 443. I did this on our production server and it worked OK.
> >
> >I tried restarting IIS, dblchecked the config, the SSL
> certificate is good, it looks OK.
> >
> >
> >
> >In the secure communications dialog, there is nothing
> checked, and we ignore client certificates.
> >
> >
- Next message: Jerry Bryant [MS]: "Chat with Mike Nash - VP of the Security Business Unit, Microsoft"
- Previous message: scanman20: "Re: Newbie question: Basic auth works, Chall/Resp fails?"
- In reply to: JC: "IIS SSL Config - 404 Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|