Problem with combination SSL and Proxy

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
 
G

Guest

Hi!

Anyone that has succeeded with following combination:

* Client application is a ".Net Visual Basic Windows Application"
* Client PC is behind a proxy server - needs Internet Options/Proxy settings
to access Internet.
* SSL-secured web service accessible over Internet.

I still gets the 401 error message!

Best regards,
Benjamin
 

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