Re: Requesting web page from SSL site fails
From: Tim Mavers (webview_at_hotmail.com)
Date: 01/12/05
- Next message: sonic: "Re: some difficulties when displaying page content in MS Word format"
- Previous message: Jim Corey: "Re: Is ASP.NET really as good as they claim? (No, this isn't a troll, please read)"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 12:36:35 -0600
"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:udaOdDD9EHA.3236@TK2MSFTNGP15.phx.gbl...
> The main reason SSL requests with HttpWebRequest fail is something wrong
> with the server certificate (name on cert doesn't match the hostname
> requested by client, cert is revoked, cert is expired, cert is not
> trusted). It is less likely that you need a client certificate, although
> the server may be requesting one. You should be able to find that out
> with a web browser or something.
Yes, that was the problem, there as an issue with the cert on the server.
We were getting warning dialogs about "cert not being fully trusted", but
accepting "yes" would work fine (from the browser). However, apparently the
API itself will default to reject this.
Once we straightened out the cert, HttpWebRequest works fine.
Thanks for all the help.
- Next message: sonic: "Re: some difficulties when displaying page content in MS Word format"
- Previous message: Jim Corey: "Re: Is ASP.NET really as good as they claim? (No, this isn't a troll, please read)"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Requesting web page from SSL site fails"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|