elastix icon indicating copy to clipboard operation
elastix copied to clipboard

Can not perform delete without auth options

Open ken-kost opened this issue 2 years ago • 0 comments

delete from Document was not working for me without implementing a variant that includes auth options. I would get

{:error,
 %HTTPoison.Error{
   reason: {:tls_alert,
    {:unknown_ca,
     ~c"TLS client: In state wait_cert at ssl_handshake.erl:2138 generated CLIENT ALERT: Fatal - Unknown CA\n"}},
   id: nil
 }}

After trying my variant it worked. Am I missing something or is this missing? I could open a PR for that change if somebody gives me green light. 🟢

ken-kost avatar Aug 24 '23 12:08 ken-kost