G
Guest
Hi!
Our .Net Windows Form Application accesses 2 web services (over Internet).
1 web service is configured as SSL, and 1 without.
The SSL web service methods are accessed after first setting the .Credential
object on the web service object -> Successfull.
We are now up to install our nice .Net Windows Client on the client
machines, and was now informed that the users are using a Proxy Server for
accessing Internet (Internet Options/Connections/LAN Settings/Proxy
Server/"Address" + "Port"). -> PROBLEM !
---> The web service without SSL does still work.
---> BUT the SSL web service now fail with the WebException "The request
failed with the HTTP status 401: Unauthorized.
The IIS log looks like following:
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116
Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 2 2148074254
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116 Mozilla/4.0+
compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 1 0
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116
Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 1 2148074248
Any idéa for a nice and smooth solution?
Best regards
Benjamin, Sweden
Our .Net Windows Form Application accesses 2 web services (over Internet).
1 web service is configured as SSL, and 1 without.
The SSL web service methods are accessed after first setting the .Credential
object on the web service object -> Successfull.
We are now up to install our nice .Net Windows Client on the client
machines, and was now informed that the users are using a Proxy Server for
accessing Internet (Internet Options/Connections/LAN Settings/Proxy
Server/"Address" + "Port"). -> PROBLEM !
---> The web service without SSL does still work.
---> BUT the SSL web service now fail with the WebException "The request
failed with the HTTP status 401: Unauthorized.
The IIS log looks like following:
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116
Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 2 2148074254
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116 Mozilla/4.0+
compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 1 0
2004-08-19 09:50:51 212.247.78.36 POST /WS_CesowSecure/FC_Secure.asmx - 443
- 138.106.143.116
Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+1.1.4322.573) 401 1 2148074248
Any idéa for a nice and smooth solution?
Best regards
Benjamin, Sweden