Cannot Connect to endpoint with https/ssl #2183
-
code like this:
config like this:
I try Go SDK with same config, it works. Also S3 Browser. Aws log :
I check the auth when debugging. it's same with the config. Anyone Can help me.... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
cfg.verifySSL = false; // disable verifySSL |
Beta Was this translation helpful? Give feedback.
-
It looks like you're using a 3rd party s3 service. I can't help you debug that because we don't guarantee that this sdk will work with other s3 services. If you can reproduce this error with AWS s3 then I can try to help diagnose any problems |
Beta Was this translation helpful? Give feedback.
It looks like you're using a 3rd party s3 service. I can't help you debug that because we don't guarantee that this sdk will work with other s3 services. If you can reproduce this error with AWS s3 then I can try to help diagnose any problems