P
priyanka_s
I have a webservice setup for which I want to use client certificates. I installed a Web-Server certificate on my web server. I then generated and
installed a client-certificate for my web browser.My web browser can now connect to the web service, and the web service recieves the client
certificate.
Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error.
[WebException: The request failed with HTTP status 403: Access Forbidden.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream) +1130
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +216
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
installed a client-certificate for my web browser.My web browser can now connect to the web service, and the web service recieves the client
certificate.
Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error.
[WebException: The request failed with HTTP status 403: Access Forbidden.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream) +1130
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +216
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...