Re: Trusted connection problem



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!






.



Relevant Pages

  • Re: Macros Disabled
    ... Word will not question anything in its own Startup folder provided you have ... "Trust all installed templates and add-ins" checked on the Trusted Sources ... tab of Tools | Macro | Security. ... Either admit Word is hopelessly insecure and stop installing higher ...
    (microsoft.public.word.newusers)
  • Re: Trusted connection problem
    ... How can I verify that my co-worker has the server's root CA certificate ... "Joe Kaplan" wrote: ... you can either fix the trust problem by installing ... I'm wondering if this error might have anything to do with .NET security?? ...
    (microsoft.public.dotnet.security)
  • Re: Least User Priviledges for Network Administrators
    ... Trust how? ... Do we trust them to maintain network equipment? ... Do we trust them to observe proper security practices on the desktop, ... Training users that need administrator access to logon as a regular ...
    (microsoft.public.windowsxp.security_admin)
  • Re: That Old Anthrax Case
    ... trust anything that comes from the federal government anymore. ... to do with the anthrax mailings and sued the FBI, ... Apparantly security is rather lax and there are ... contractors who don't use such documentation. ...
    (soc.retirement)
  • (Asp.Net Full Trust Vulnerabilities) RE: Apache VS IIS Security model question
    ... If the code is running with full trust it can call RevertToSelfand change ... last year at OWASP (Open Web Application Security Project), ... > Ethical Hacking at the InfoSec Institute. ... > learn to write exploits and attack security infrastructure. ...
    (Pen-Test)

Loading