P
Peter Hofer
Hello,
I am trying to connect to a SSL Secured Webservice with my ASP.NET (C#)
webapplication. On my local machine everything works well, but on my
server the folling error appears.
---
Could not establish secure channel for SSL/TLS
at System.Net.HttpWebRequest.CheckFinalStatus() at
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetRequestStream() at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at ...
System.ComponentModel.Win32Exception: The message received was
unexpected or badly formatted
---
I allready granted the access for ASP.NET(NETWORK_SERVICE on server) to
certificates store on the local machine by using winhttpcertcfg.exe
Thx in advanced
Peter
I am trying to connect to a SSL Secured Webservice with my ASP.NET (C#)
webapplication. On my local machine everything works well, but on my
server the folling error appears.
---
Could not establish secure channel for SSL/TLS
at System.Net.HttpWebRequest.CheckFinalStatus() at
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetRequestStream() at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at ...
System.ComponentModel.Win32Exception: The message received was
unexpected or badly formatted
---
I allready granted the access for ASP.NET(NETWORK_SERVICE on server) to
certificates store on the local machine by using winhttpcertcfg.exe
Thx in advanced
Peter