From 528b1d4d1f6535753a45d7f203179fff4170b991 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 25 May 2020 03:40:56 +0300 Subject: [PATCH] upd doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 820d585..a11dc5d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ dumbproxy -bind-address :1234 -auth 'static://?username=admin&password=123456' ## Using HTTP-over-TLS proxy -It's quite trivial to set up program which supports proxies to use dumbproxy in plain HTTP mode. However, using HTTP proxy over TLS connection with browsers is little bit tricky. +It's quite trivial to set up program which supports proxies to use dumbproxy in plain HTTP mode. However, using HTTP proxy over TLS connection with browsers is little bit tricky. Note that TLS must be enabled (`-cert` and `-key` options) for this to work. ### Firefox