This commit is contained in:
Vladislav Yarmak 2020-05-25 03:40:56 +03:00
parent ef136db744
commit 528b1d4d1f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ dumbproxy -bind-address :1234 -auth 'static://?username=admin&password=123456'
## Using HTTP-over-TLS proxy ## 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 ### Firefox