We’re having this problem nonstop since yesterday, on an API call that worked daily until this started to happen.
The error is:
“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”
We’re attempting a file upload to Aspose so other edition steps can be done on this file on other steps.
It is a PUT request to the url :
https://api.aspose.cloud/v4.0/words/storage/file/{{value}}?storageName=GoogleDrive
PUT
“Authorization: Bearer ############”
“Content-Type: multipart/form-data”