summaryrefslogtreecommitdiff
path: root/system/tls
AgeCommit message (Collapse)Author
2016-10-21adding support for TLS encryption, providing http/2 over HTTPS connections ↵Steve Manuel
via port 443 - certificates obtained from Lets Encrypt, which is currently the default and only supprted CA
2016-10-21adding better error handling to check for nil valuesSteve Manuel
2016-10-21testing 443 as only tls bound portSteve Manuel
2016-10-21adding initial support for TLS encryption via Lets EncryptSteve Manuel