Add support for self-signed ssl and bugfixes #3

Merged
vlw merged 1 commit from refs/pull/3/head into master 2023-06-05 14:18:03 +02:00
vlw commented 2023-06-05 14:17:55 +02:00 (Migrated from codeberg.org)

This PR adds support for self-signed certificates. Set the https_self_signed flag in .env.yml to allow self signed certs (defaults to False)

This PR also implements the following:

  • Only attempt to close socket connection if Connection is AF_UNIX
  • Return decoded JSON from call() instead of plaintext string
This PR adds support for self-signed certificates. Set the `https_self_signed` flag in .env.yml to allow self signed certs (defaults to False) This PR also implements the following: - Only attempt to close socket connection if Connection is AF_UNIX - Return decoded JSON from `call()` instead of plaintext string
Sign in to join this conversation.
No description provided.