]> Sergey Matveev's repositories - public-inbox.git/commit
http: support HTTPS (kinda)
authorEric Wong <e@80x24.org>
Fri, 28 Jun 2019 08:18:51 +0000 (08:18 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Jun 2019 19:59:00 +0000 (19:59 +0000)
commiteaa0a245e3e1da46ab6b3a8e0025883b0011fa07
tree18f79a27c667767059add0bd0a247b91e3d633eb
parentdf815ac5b2614f7278ca747750ea7e92ecd0986c
http: support HTTPS (kinda)

It's barely any effort at all to support HTTPS now that we have
NNTPS support and can share all the code for writing daemons.

However, we still depend on Varnish to avoid hug-of-death
situations, so supporting reverse-proxying will be required.
MANIFEST
lib/PublicInbox/HTTP.pm
t/httpd-https.t [new file with mode: 0644]