G
Guest
hi,
we've got a windows service calling a ssl- and clientcertificate secured
webservice.
running the windows service as administrator works; the webservice-call
succeeds.
switching the logon to the (preferred) 'network service'-user causes a
"Could not establish secure channel for SSL/TLS" error.
---
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
---
both users can access the X509Store and load the clientcertificate.
is this a rights-problem? (Win2003SP1, IIS6, .NET 2.0, win/web-service on
same machine)
thanks for your help,
stefan
we've got a windows service calling a ssl- and clientcertificate secured
webservice.
running the windows service as administrator works; the webservice-call
succeeds.
switching the logon to the (preferred) 'network service'-user causes a
"Could not establish secure channel for SSL/TLS" error.
---
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
---
both users can access the X509Store and load the clientcertificate.
is this a rights-problem? (Win2003SP1, IIS6, .NET 2.0, win/web-service on
same machine)
thanks for your help,
stefan