facebookarchive/doh-proxy

[httpproxy] support for TLS

Closed this issue · 1 comments

Currently dohproxy/httpproxy.py does not support HTTPS. It was a quick way to get it running behind nginx for instance. We should still provide a way to use HTTPS behind the reverse proxy and the doh-proxies.
To do that, proxy_parser_base can be changed to make --cert-file and keyfile optional in case of httpproxy.

#34 addressed this.