Kbase P99266: Connecting the 4GL socket using -ssl to the non-SSL enabled server appears to hang the session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Connecting the 4GL socket using -ssl to the non-SSL enabled server appears to hang the session
Progress session appears hung on executing the CONNECT() method using -ssl against the server socket not using SSL
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
This is expected behavior. Progress 4GL client sends the "SSL Client Hello" message that is part of the SSL handshake that server side does not properly handle, so that server waits for more data, while 4GL client waits server's response to the initial message.
CAUSE:
Enhancement Request# OE00112356
FIX:
None at this time