Forum Discussion
S3 Copy Data Unable to View Directory
It has not resolved it. I am going to just utilize spark scripts to read from the S3 shortcut instead and write to my OneLake.
12 Replies
- AnonymousNot applicable
Hi RLouis24 ,
Thank you for using Microsoft Community Forum.
Based on the TLS error you're encountering during the Copy Data activity “TrustFailure The remote certificate is invalid” the issue is due to Microsoft Fabric being unable to validate the SSL/TLS certificate presented by your S3 endpoint.
This commonly happens when:
- The certificate is self-signed or from an untrusted Certificate Authority (CA).
- There's a mismatch between the certificate domain and the endpoint URL.
- You're using a custom S3-compatible service with an unsupported certificate.
To resolve this, please ensure your S3 endpoint uses a valid SSL certificate from a trusted CA, and that the endpoint domain matches the certificate. If you’re behind a firewall or using SSL inspection, verify that no intermediary certificates are causing the trust issue.
As a temporary workaround, you can manually enter the full file path in the Copy Data activity instead of using the browse option.
For more guidance, refer to the following documentation : setting up Amazon S3 connections.
I hope this will reslove your issue, if you need any further assistance, feel free to reach out.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thankyou.
- AnonymousNot applicable
Hi RLouis24 ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- RLouis24New Member
Good Morning, no this did not solve the issue. Thank you for the effort though!
- AnonymousNot applicable
Hi @RLouis24 ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- RLouis24New Member
It has not resolved it. I am going to just utilize spark scripts to read from the S3 shortcut instead and write to my OneLake.
- AnonymousNot applicable
Hi RLouis24 ,
Thank you for your confirmataion, may I ask if you have resolved this issue by using spark scripts? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- frank-panosaiNew Member
Here is how you can fix it: As the connection URL use plain https://s3.amazonaws.com
- harrybao0901Frequent Visitor
I am facing the same issue, I am able to create shortcut but can not use the same S3 connection in Copy data activity, it showed certificate SSL error. Anyone know how to fix this ?
- frank-panosaiNew Member
Here is how you can fix it: As the connection URL use plain https://s3.amazonaws.com
- FEUDSONAdvocate I
I'm trying to copy data from S3 into Fabric Onelake using copy Data , but i get a TLS TrustFailure error and cannot browse bucket.
The same connection Works for Lakehouse shortcuts.
Any idea how to fix this?