> 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 _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
