API Upload File - The SSL connection could not be established, see inner exception. The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot

Hello, we use this API call to upload files to aspose that would later on receive other inputs, editions, etc.

This API Call was working daily, multiple times a day, that is until 7pm yesterday.

The access token was correctly obtained and inserted on the API call.
The request is being made correctly following the model provided:
curl -v https://api.aspose.cloud/v4.0/words/storage/file
-X PUT
-H “Authorization: Bearer ############”
-H “Content-Type: multipart/form-data”
-d “@example.doc

And Still, we’re getting this error:

{
  "Uploaded": [],
  "Errors": [
    {
      "Code": "error",
      "Message": "The SSL connection could not be established, see inner exception. The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot",
      "Description": "Operation Failed. General Error.",
      "InnerError": {
        "RequestId": "fc794fb1bb1e6f7580f7c15688a79138",
        "ErrorDateTime": "2024-05-08T15:39:09.8350609+00:00"
      }
    }
  ]
}

This is the intended url for the upload: https://api.aspose.cloud/v4.0/words/storage/file/integromat/modelos_topicos_ai/contestacoes_geradas/[FILENAME].docx?storageName=GoogleDrive

Can someone help?

Thanks in Advance.

This topic has been moved to the related forum: https://forum.aspose.cloud/t/api-upload-file-the-ssl-connection-could-not-be-established-see-inner-exception-the-remote-certificate-is-invalid-because-of-errors-in-the-certificate-chain-untrustedroot/23345