Hi, All,
Iâ??m rolling out a CRM 1.2 Installation with hope that within 4 months weâ??ll
be migrating to 3.0.
Weâ??re planning on exposing our CRM implementation to the WAN and therefore I
configured MSCRM Website for SSL. I can access the CRM fine using the newly
configuration setup but my custom forms that access the MSCRM Web Services
are having issues. Iâ??ve made sure all HTTP request use HTTPS therefore I
donâ??t believe thatâ??s the problem. Below is the error message Iâ??m receiving.
The underlying connection was closed: Could not establish trust relationship
with remote server.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Net.WebException: The underlying connection was
closed: Could not establish trust relationship with remote server.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[WebException: The underlying connection was closed: Could not establish
trust relationship with remote server.]
System.Net.HttpWebRequest.CheckFinalStatus() +677
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +75
System.Net.HttpWebRequest.GetRequestStream() +234
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +105
Microsoft.Crm.Platform.Proxy.BizUser.WhoAmI() +32
commission.Global.Session_Start(Object sender, EventArgs e) +83
System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +132
System.Web.SessionState.SessionStateModule.CompleteAcquireState() +514
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object
source, EventArgs e, AsyncCallback cb, Object extraData) +695
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +66
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +173
Any help would be greatly appreciated