Hello Tim Knight,
Welcome to the Microsoft Q&A forum.
My understanding is that it is not possible to disable server certificate validation when using an Amazon S3 Linked Service.
The Amazon S3 Linked Service does not support the property enableServerCertificateValidation
. This property is only supported for the REST Linked Service.
The error message you received indicates that the SSL/TLS secure channel could not be established because the remote certificate is invalid according to the validation procedure. This means that the client could not verify the SSL/TLS certificate presented by the server.
The document below mentions, “The connector uses AWS Signature Version 4 to authenticate requests to S3.” So, you need to ensure that your server certificate is valid and matches your endpoint.
To resolve the error, you will need to ensure that the SSL/TLS certificate presented by the server is valid and can be verified by the client. You may need to contact the server administrator or Amazon S3 for assistance with this.
I hope this helps. Please let me know if you have any further questions.