Reputation
Badges 1
11 × Eureka!hey, that worked! what library is being used that reads that configuration?
ok, ya something must override the standard configuration options
going to try it again with a path to ca instead of false
Here is what the error is:botocore.exceptions.SSLError: SSL validation failed for https://<redacted>/clearml/.clearml.test [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)
And here is the applicable configuration in clearml.conf:
` sdk {
aws {
s3 {
key: "<redacted>"
secret: "<redacted>"
host: "<redacted>"
credentials: [
{
bucket...
and path works as well, thank you so much!
I can but that is not a configuration we would want to run with in production
yes, I have secure: true, when set as false its a different error. and yes the agent is running in venv mode (as opposed to?)
can we also put the path to the CA?
happy to help document, can you provide where I should do that?