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

Hi
I have one self hosted service,which is accessible only when connected to vpn.
I am unable to access the url of self hosted service in github actions CI runner, because it don't have any connectivity of vpn in it.
Please help me with how can I access the url of self hosted service.
Currently I am getting this error while connecting to the self hosted service,
"Retrying (Retry(total=235, connect=240, read=240, redirect=240, status=240)) after connection broken by 'SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for ' api.clearml.hostname.com '. (_ssl.c:1131)"))': /auth.login"

  
  
Posted one year ago
Votes Newest

Answers


Hi @<1539780284646428672:profile|PoisedElephant79> , I think you need to have the gitlab runner able to connect to your VPN. Otherwise, how do you expect it to connect to the server if only people on your VPN can connect to it?

  
  
Posted one year ago
603 Views
1 Answer
one year ago
one year ago
Tags
Similar posts