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:

  1. curl -V to give us more info about curl
  2. openssl version, the same for OpenSSL
  3. 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.
  4. curl --cacert ./DigiCertGlobalRootG2.crt.pem https://syncwrapper.inten.to/ -v to make a request with our CA being enforced.