Skip to content

Error : If Bucket contains '.' like part.txt in any url in rest api

0

AWS allows Bucket to contain '.' for example my.example.s3.bucket but when I use this bucket name in rest API in net core with URL https://my.example.s3.bucket.s3.amazonaws.com To get the location of the bucket It shows below the ERROR One or more errors occurred. | An error occurred while sending the request. | The underlying connection was closed: Could not establish a trust relationship for the SSL/TLS secure channel. | The remote certificate is invalid according to the validation procedure.

asked 3 years ago323 views
1 Answer
0
Accepted Answer
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.