lear
lear copied to clipboard
Add HTTPS support
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...)