[tahoe-dev] HTTP and HTTPS access to a node
Brian Warner
warner at lothar.com
Tue Jul 21 09:04:09 PDT 2009
> Is it possible to configure a node to listen via both HTTP and HTTPS
> at the
> same time?
Not without code changes. They wouldn't be too hard to implement,
though. I'd suggest making web.port take a comma-separated list of
strports, then having web.py create and attach a new listening port
for each one. Should be maybe 5 lines, plus tests and docs.
cheers,
-Brian
More information about the tahoe-dev
mailing list