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, Is There Any Documentation For Setting Up And Using Ssl Certs With The Clearml Server And Agent?

Hi, is there any documentation for setting up and using SSL certs with the clearml server and agent?

  
  
Posted 3 years ago
Votes Newest

Answers 12


our setup currently consists of an EC2 instance for clearml-server and one for clearml-agent. We're not using a load balancer at the moment.

  
  
Posted 3 years ago

HI @<1687643893996195840:profile|RoundCat60>
Are you running on AWS ?

  
  
Posted 3 years ago

yes

  
  
Posted 3 years ago

Hi @<1523701205467926528:profile|AgitatedDove14> I tried this out, but I keep getting connection timeouts in the browser getting to the ELB. The instance is showing as inservice and passing the healthcheck. Is there any other configuration I need to do in the clearml.conf to make this work?

  
  
Posted 3 years ago

So assuming they are all on the same LB IP: You should do:
LB 8080 (https) -> instance 8080
LB 8008 (https) -> instance 8008
LB 8081 (https) -> instance 8081

It might also work with:
LB 443 (https) -> instance 8080

  
  
Posted 3 years ago

We're not using a load balancer at the moment.

The easiest way is to add ELB and have amazon add the httpS on top (basically a few clicks on their console)

  
  
Posted 3 years ago

@<1687643893996195840:profile|RoundCat60> can you access the web UI over https ?

  
  
Posted 3 years ago

have 2 listeners setup. LB 80 > instance 8080 and LB 443 > instance 8080

  
  
Posted 3 years ago

no, that's what i'm trying to do

  
  
Posted 3 years ago

🤞

  
  
Posted 3 years ago

ok i'll try that out thanks

  
  
Posted 3 years ago

thanks, i'll try that out

  
  
Posted 3 years ago
78 Views
12 Answers
3 years ago
one month ago
Tags