From 9f92855c99f1534b40b93b706bc4f106426e222b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 21 Apr 2016 17:56:18 -0700 Subject: update reverse proxy documentation, fix #1092 --- mitmproxy/cmdline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mitmproxy/cmdline.py b/mitmproxy/cmdline.py index d7de350f..da91e952 100644 --- a/mitmproxy/cmdline.py +++ b/mitmproxy/cmdline.py @@ -309,7 +309,9 @@ def proxy_modes(parser): default=None, help=""" Forward all requests to upstream HTTP server: - http[s][2http[s]]://host[:port] + http[s]://host[:port]. Clients can always connect both + via HTTPS and HTTP, the connection to the server is + determined by the specified scheme. """ ) group.add_argument( -- cgit v1.2.3