Kbase P64422: Error 9318 when making a connection to a secure SOAP endpoint.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
Web Services
SYMPTOM(s):
Error 9318 when making a connection to a secure SOAP endpoint.
Secure Socket Layer (SSL) failure. error code 1: SSL certificate handshake error (9318)
CAUSE:
Progress is not sending HTTPS SOAP requests to the standard 443 port.
CAUSE:
Bug# 20040127-009
FIX:
Upgrade to OpenEdge 10.0A Service Pack 1 or later.
- OR -
A workaround is to explicitly specify port 443 in the SOAP endpoint URL within the CONNECT method.
For example if you are using the following SOAP endpoint:
"-SOAPEndpoint https://www.progressexample.com/servlet/servlet.SoapApi"
Then change it as follows:
"-SOAPEndpoint https://www.progressexample.com:443/servlet/servlet.SoapApi"