there is a ssl validation fails to access s3 in python sdk without proxy #3656
Unanswered
jennylover
asked this question in
Help
Replies: 1 comment
-
I have tried to set a custom certificate bundle several ways but so far the SageMaker Python SDK does not respect the configuration. I've raised this as a feature request: #5108 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is a sample code,
and when python sdk calls TensorFlow estimator, it returns botocore.exceptions.SSLError: SSL validation failed for https://s3-location [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)
boto3 can work with proxy configuration, but could not find how to set proxy with sagemaker python sdk.
any chance to set proxy configuration in sagemaker python sdk?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions