Could not establish secure channel for SSL/TLS

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top