Open GoogleCodeExporter opened 9 years ago
Is the SSL certificate being used by the IIS server issued by a Trusted
Internet Root
Certificate Authority or and Internal Authority? Based on the errors it appears
the
SSL cert is not consider trusted.
If it is based on an Internal Authority you will need to import the Cert Chain
of
your Internal Authority into the Computer Cert Store as this is used by the
"SYSTEM"
account which IIS is running under. Use MMC and load the Certificate snap-in.
Select
service account and load the World Wide Web Publishing Service.
You can disabled SSL for testing purposed until you fix your SSL Certificate
Trust
issue in IIS.
Based on the error: : Could not establish trust relationship for the SSL/TLS
secure
channel. --->
System.Security.Authentication.AuthenticationException: The remote
certificate is invalid according to the validation procedure.
Original comment by dk...@google.com
on 30 Dec 2009 at 6:55
Original issue reported on code.google.com by
jlyerly%...@gtempaccount.com
on 30 Dec 2009 at 6:43