Consultor Eletrônico



Kbase P78793: Cannot make SSL connection from 4GL client via SonicMQ adapter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/01/2005
Status: Unverified

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000
Progress 9.1D
SonicMQ 5.0.1

SYMPTOM(s):

Cannot make SSL connection from 4GL client via SonicMQ adapter

java.lang.Exception: com/rsa/SSL/SSLException

CAUSE:

SSL with the SonicMQ adapter was not configured properly

FIX:

There an example how to get that working with Progress Version 9.1D08:

1. Add the lines:

echo %SONICMQ_SSL_SAMPLES_CLIENT%
echo %SONICMQ_CLASSPATH%

before the last line to your SonicMQ.bat

2. make a backup of the following keys:

[HKEY_CURRENT_USER\Software\PSC\PROGRESS\9.1D\JAVA]

and

[HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1D\JAVA]

3. And than copy and paste what you get as output from your SonicMQ.bat example
for -DSSL_CA_CERTIFICATES_DIR additionally to the
JVMARGS of the same keys

and

what you get as SONICMQ_CLASSPATH
additionally to the PROGRESSCP of that keys.

Restart the SonicMQ adapter.