Reputation
Badges 1
11 × Eureka!and path works as well, thank you so much!
going to try it again with a path to ca instead of false
can we also put the path to the CA?
ok, ya something must override the standard configuration options
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?)
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...
hey, that worked! what library is being used that reads that configuration?
I can but that is not a configuration we would want to run with in production
happy to help document, can you provide where I should do that?