Kbase P123863: Web Service client cannot connect to Web Service via authenticating proxy using HTTPS
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/11/2008 |
|
Status: Unverified
SYMPTOM(s):
Web Service client cannot connect to Web Service via authenticating proxy using HTTPS
Unable to communicate with AIA. The Proxy Server failed to authenticate the user to realm . (10038)
Unable to communicate with AIA. The Proxy Server failed to authenticate the user to realm www.xmethods.net. (10038)
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
The proxy server requires basic authentication
CAUSE:
Bug# OE00149804
FIX:
Upgrade to OpenEdge 10.1B02 or later.
- OR -
A possible workaround when using NTLM authentication:
Install an 'NTLM Authorization Proxy Server' from http:/
tlmaps.sourceforge.net on the server. This is written in Python, so you also need to install python 2.5.1 (http://www.python.org). Then use -proxyhost and -proxyport to send requests via HTTP to this NTLM proxy. This then forwards the request to the ISA server with a full set of credentials.