Re: Trusted connection problem
- From: Eve <Eve@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Jan 2008 11:05:01 -0800
I found this link:
http://www.isaserver.org/img/upl/exchangekit/importrootca/importrootca.htm
"Eve" wrote:
How can I verify that my co-worker has the server's root CA certificate.
installed on his machine?
"Joe Kaplan" wrote:
This is usually a problem with PKI and is not an error specific to .NET
security. It sounds like your workstation does not trust the issuer of the
remote server's certificate. Normally when this happens, an error will be
logged by schannel in the system event log on the client machine with the
details. Providing this info would help.
If that is the problem, you can either fix the trust problem by installing
the server's root CA cert in your client's trusted roots (better) or code
around the problem to ignore this type of problem with the appropriate
validation callback.
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
--
"Eve" <Eve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A411EFB4-5D6E-4F3F-A56B-59991CA1C356@xxxxxxxxxxxxxxxx
I have an application that performs an http post to the remote server using
SSL. When I run the app on my local machine, I get this error:
The underlying connection was closed: Could not establish trust
relationship
for the SSL/TLS secure channel.
When my co-worker runs the same app on his machine, everything works fine.
He tried running the app on my machine under his network login with no
success. He doesn't recall configuring his pc to be able to talk to the
server.
I'm wondering if this error might have anything to do with .NET security??
If it does, how can I compare my settings against my co-worker's?
I would appreciate any help. Thank you in advance!
- References:
- Re: Trusted connection problem
- From: Joe Kaplan
- Re: Trusted connection problem
- From: Eve
- Re: Trusted connection problem
- Prev by Date: Re: Trusted connection problem
- Next by Date: Re: Trusted connection problem
- Previous by thread: Re: Trusted connection problem
- Next by thread: Re: Trusted connection problem
- Index(es):
Relevant Pages
|
Loading