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.

We’re reaching out to let you know that the issue you encountered has been addressed, and we kindly request you to give it another try. If, by any chance, you’re still facing difficulties, please provide us with specific details about the problem. Your feedback will help us further investigate and ensure a seamless experience for you. Your satisfaction is our utmost priority, and we’re committed to resolving any remaining issues promptly. Thank you for your cooperation, and we look forward to assisting you further.

Thank you,

We tested it again and the request has gone through.

Thank you again!