Re: Problem establishing SSL connection in code-behind
- From: gnewsgroup <gnewsgroup@xxxxxxxxx>
- Date: Fri, 4 Jan 2008 09:13:08 -0800 (PST)
On Jan 4, 11:59 am, "Joe Kaplan"
<joseph.e.kap...@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Well, that is some progress I guess. Assuming that you are using the same
credentials in wfetch that you use in your NetworkCredential object, the
next thing to look at would be the different in the logon event audits
generated by wfetch and your code. There might be some clue as to what is
different between the two of them.
I also assume you are running wfetch from the server that is executing the
.NET HttpWebRequest and not from a different machine, right? You really
want to make sure you are doing an apples to apples comparison. You also
want to be sure you use the same hostname in wfetch that you use in the .NET
code.
If nothing else comes of it, hopefully you will have learned some useful
info about HTTP authentication and some of the various tools and techniques
available for troubleshooting this stuff. :)
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"http://www.directoryprogramming.net
--
Actually, I did run wfetch on Machine1 to request the hola amigo page
on Machine2.
My web application also sits in Machine1, which attempts to request
the same page on Machine2.
.
- Follow-Ups:
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Re: Problem establishing SSL connection in code-behind
- References:
- Problem establishing SSL connection in code-behind
- From: gnewsgroup
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Re: Problem establishing SSL connection in code-behind
- From: gnewsgroup
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Re: Problem establishing SSL connection in code-behind
- From: gnewsgroup
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Re: Problem establishing SSL connection in code-behind
- From: gnewsgroup
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Re: Problem establishing SSL connection in code-behind
- From: gnewsgroup
- Re: Problem establishing SSL connection in code-behind
- From: Joe Kaplan
- Problem establishing SSL connection in code-behind
- Prev by Date: Re: Problem establishing SSL connection in code-behind
- Next by Date: Re: Problem establishing SSL connection in code-behind
- Previous by thread: Re: Problem establishing SSL connection in code-behind
- Next by thread: Re: Problem establishing SSL connection in code-behind
- Index(es):
Relevant Pages
|