We connect to the CHIRP website with a curl command in a tclscript. We do not use the https-client protocol thread as there were a ton of other issues with it. We recently started getting error when connecting to CHIRP and the vendor confirmed we are using a cert that expired recently. After working with one of our server engineers on this they noticed that there are two versions of curl on the server: one in the root directory and one in the integrator. He noticed that when using curl from the root we can successfully connect to CHIRP, but when we connect using curl from integrator we get the cert expired error. However they are both pointed to /etc/pki/tls/certs/ca-bundle.cr. We believe the expired cert is still cached somewhere in the integrator. Is anyone of where the cert might be stored so we can remove it? I added screenshots comparing a successful and failed curl call and comparison of the curl locations.
Also does anyone know if Infor has documentation on this? I tried to find it with no luck but hoping someone knows of something.