Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I'M Running The Following And Encountering Some Ssl Errors.

Hi, i'm running the following and encountering some SSL errors.
SSL_CERT_FILE=ca.crt clearml-data upload --id 12314jhg42342j4j --storage clearml.storage - ERROR - Failed Uplodaing: SSL validation failed for [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate(_ssl.c:1131) Error: Insufficient permissions for
My clearml.conf extracted as follows
aws { s3 { region: "" key: "" secret: "" use_credentials_chain: true credentials: [ { host: "ecs.ai:443" key: "myname" secret" "mysecret" multipart: false secure: true } ]I also tried replacing SSL_CERT_FILE with REQUESTS_CA_BUNDLE and AWS_CA_BUNDLE. In addition also added the crt to the linux OS. None works as well.

  
  
Posted 2 years ago
Votes Newest

Answers 5


ok that's the latest? Will do.

  
  
Posted 2 years ago

can you try with clearml 1.0.4 ?

  
  
Posted 2 years ago

clearml=1.0.3
python=3.8.10
clearml-data upload --id 12314jhg42342j4j --storagehttp://ecs.ai is an on-prem DELL EMC ECS that serves as our S3 storage configured with s self signed cert.

  
  
Posted 2 years ago

yep

  
  
Posted 2 years ago

Hi SubstantialElk6 ,

Which clearml version did you use? and which python version?
Can you write a small how to reproduce this issue?

  
  
Posted 2 years ago
648 Views
5 Answers
2 years ago
one year ago
Tags