lear icon indicating copy to clipboard operation
lear copied to clipboard

Add HTTPS support

Open Glorf opened this issue 6 years ago • 0 comments

Allow HTTPS connections. This should:

  • Use OpenSSL (or another *SSL library if found faster & secure enough)
  • Be able to be disabled at compilation time and introduce no speed penalty for users who doesn't want it (preferably using DEFINEs)
  • Be configurable through YAML (allowed ciphers, certs directories...)

Glorf avatar Dec 20 '18 21:12 Glorf