Non-OE Web Service SSL Call

Posted by eric531 on 22-Oct-2015 16:21

Greetings:

I have a web service that changed to SSL now. I have a .cer file. When my ABL client tries a CONNECT to the https URL WSDL I receive a 9318 error. I am using OE 10.2B. First I am trying this out in a Procedure Editor then I need to put the code on a Progress server. I looked at the KB articles but seem to not see how to fix. 

Also I ran that mkhashfile in proenv and placed in the folder mentioned in the error message with a PEM extension but still errored. How does OE know what file name?

I tried the following but still how does the session know which certificate PEM file to use?

proenv>certutil -import M:\dlc\certs\oraebs.pem
Importing trusted certificate to alias name: 4e748d2b

Any help on getting this WS SSL call with a certificate working? Thanks anyone!

All Replies

Posted by Srinivas Munigala on 23-Oct-2015 04:24

Replying once again from community portal, as replied from Outlook is not getting updated.

Can you please set the following environment variable in proenv:

SSLSYS_DEBUG_LOGGING=7

Launch Procedure Editor from proenv

Execute the ABL client now

It will generate a cert.client.log file

For more information about the above property, please go through the following link:

knowledgebase.progress.com/.../P121819

Please share following information with us:

cert.client.log file

Complete error message that you are seeing

10.2B version that you are using

Posted by Srinivas Munigala on 23-Oct-2015 15:37

Can you please set the following environment variable in proenv:
 
SSLSYS_DEBUG_LOGGING=7
 
Launch Procedure Editor from proenv
Execute the ABL client now
It will generate a cert.client.log file
 
For more information about the above property, please go through the following link:
 
Please share following information with us:
cert.client.log file
Complete error message that you are seeing
10.2B version that you are using
 

This thread is closed