Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
When attempting to add an Object Storage Repository or use an existing Object Storage Repository the following errors occur:
Failed to load Amazon S3 Compatible configuration: Failed to establish connection to Amazon S3 Compatible endpoint. See logs for details.
net| Retrieving certificate for s3.amazonaws.com:443 ok.
cli| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cli| Result
cli| (EString) Certificate = -----BEGIN CERTIFICATE-----
....
cli| -----END CERTIFICATE-----
cli|
cli| (EBoolean) IsTrusted = true
cli| AmazonRest.S3.TestConnection
cli| (EGuid) ClientId = {abcf50ec-e8a7-4cd7-a186-22fa9447c676}
cli| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
aws| Creating HTTP client. API URI: [https://s3.amazonaws.com]
aws| WARN|HTTP request failed, retry in [1] seconds, attempt number [1], total retry timeout left: [5] seconds
aws| >> |WinHttpSendRequest: 12175: A security error occurred
Azure Cloud connection has returned an untrusted certificate.
Info [PublicCloudCertificateLoader] Retrieved untrusted certificate from DefaultEndpointsProtocol=https;AccountName=<account>
Info [PublicCloudCertificateLoader] Certificate is not the part of the local chain. Validating.
Warning [CertificateError] Validation complete with warnings:
Warning Remote certificate chain errors:
Warning RevocationStatusUnknown (The revocation function was unable to check revocation for the certificate.)
Info [PublicCloudCertificateLoader] Validation result: certificate is untrusted
Error Failed to connect to Azure External configuration (region = 'AzureCloud', CredsId = <guid>)
Error Azure Cloud connection has returned an untrusted certificate. (System.Exception)
To troubleshoot the certificate errors, you must first determine which machine attempted to initiate the connection with the object storage. Check the connection mode settings for the object storage repository. An Object Storage repository's connection type can be configured for 'Direct' or 'Through a gateway server'; the default is Direct.
As explained in the Connection Type window:
User Guide: Certificate Validation and Revocation Information
To verify the certificate revocation status, the machine connecting to the object storage must:
The following steps will document how to use the native certutil
tool to test for access to the CRL files.
Note: If the Veeam Backup Service has been configured to use an account other than the default "Local System," the certutil tests must be performed using the account assigned to the Veeam Backup Service. Or, in the case of Veeam Agent for Microsoft Windows, check the account used by the Veeam Agent for Microsoft Windows service.
In a Command Prompt or Windows PowerShell window, perform the following steps for each CRL to test the ability to retrieve them.
certutil -url <crl_URL>
The following documents how to use wget to test for access to the CRL files.
Execute the following command for each CRL to test the ability to retrieve them.
replacing <crl_URL> with the CRL file's URL.
wget <crl_URL>
Example of successful connection:
backupsvc@gateway:~$ wget http://crl3.digicert.com/Omniroot2025.crl --2022-07-11 20:42:32-- http://crl3.digicert.com/Omniroot2025.crl Resolving crl3.digicert.com (crl3.digicert.com)... 72.21.91.29 Connecting to crl3.digicert.com (crl3.digicert.com)|72.21.91.29|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7967 (7.8K) [application/pkix-crl] Saving to: ‘Omniroot2025.crl.4’ Omniroot2025.crl.4 100%[===================>] 7.78K --.-KB/s in 0s 2022-07-11 20:42:32 (1.22 GB/s) - ‘Omniroot2025.crl.4’ saved [7967/7967]
Example of failed connection:
backupsvc@gateway:~$ wget http://crl3.digicert.com/Omniroot2025.crl --2022-07-11 20:41:58-- http://crl3.digicert.com/Omniroot2025.crl Resolving crl3.digicert.com (crl3.digicert.com)... 72.21.91.29 Connecting to crl3.digicert.com (crl3.digicert.com)|72.21.91.29|:80... failed: Connection refused.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.