PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: terry.michaelsen on December 18, 2025, 01:32:18 PM

Title: Question TLS
Post by: terry.michaelsen on December 18, 2025, 01:32:18 PM
I have a program that has been working for several years that communicates to a Woo Commerce website API. The other day it stopped working. When opening the port I get an error 13. MSG(-1) says Unable to connect securely (err/ret=0/0). I talked to the Woo Commerce people and they told me they only support TLS1.2 and 1.3. The said the change happened a while ago, but I'm not sure I'm buying that. Any way I'm on an old version of PXPLus 12.5. And I'm running on AIX. It's also an Infor product so upgrading the PXPLus version is not a simple thing. After searching this board for a while it looks like by updating the OpenSSL on my server to 1.1.1 PXPLus would be able to do TLS 1.2. First question is, am I understanding that correctly? So I had my OS guy update the OpenSSL. Now I can connect to the Website using Curl. But I have the same issue in PXPlus. Also looking around it looks as though even after updating the openSSL, I have an old version of libssl.so. It seems as though AIX uses something called libssl.a which does have the newer date. I'm not sure which one PXPlus uses. Anyway I'm looking for some guidance on a way to get my old version of PXPlus use TLS 1.2 or 1.3 or any other reason I might be getting this error.