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:

  1. To give us more info about curl:

    curl -V
  2. The same for OpenSSL:

    openssl version
  3. 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
  4. To make a request with our CA being enforced:

    curl --cacert ./DigiCertGlobalRootG2.crt.pem https://syncwrapper.inten.to/ -v
    Troubleshoot Problems with SSL | Inten.to