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