Consultor Eletrônico



Kbase P98601: WebClient or 4GL client fails to connect to the AppServer using the 10.x AIA
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/9/2004
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x

SYMPTOM(s):

WebClient or 4GL client using HTTP or HTTPS protocol through AIA fails to connect

IOException on processConnectRq() : psc_d: Could not establish connection

AppServer connection using TCP works fine

CHANGE:

Upgraded from 9.1D to OpenEdge 10

CAUSE:

Property 'sslEnable' set to 1 in the AIA ubroker.properties file and AppServer not
set to accept SSL connection, e.g. having 'sslEnable=0' .

FIX:

Connection between AIA and the AppServer in OpenEdge 10.x can use standard TCP
protocol as in previous Progress versions, or it can be established using SSL over TCP.
In order to successfully establish connection between AIA and the AppServer, both must
be SSL-enabled or disabled.