Troubleshoot Problems with SSL
If you have run into a problem while connecting to Intento API, perform the following actions in the shell environment and share the output with us via support@inten.to:
To give us more info about curl:
curl -V
The same for OpenSSL:
openssl version
To download our CA cert:
If anything goes sideways, get the cert file from the zip.
curl https://cacerts.digicert.com/DigiCertGlobalRootG2.crt.pem > DigiCertGlobalRootG2.crt.pem
To make a request with our CA being enforced:
curl --cacert ./DigiCertGlobalRootG2.crt.pem https://syncwrapper.inten.to/ -v