You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dumbproxy service should be run in plaintext mode as TLS is handled on Traefik side. So options would be just `-bind-address=:8080 -proxyproto` and probably something for authorization. This recipe is explained in [Wiki](https://github.com/SenseUnit/dumbproxy/wiki/Docker-Compose-Deployment-behind-Traefik-Reverse-Proxy) with more details and configuration files provided for context.
149
+
134
150
### Example: HTTP proxy over TLS (BuyPass automatic certs)
135
151
136
152
Run HTTPS proxy (HTTP proxy over TLS) with automatic certs from BuyPass on port 443 with `Basic` authentication with username `admin` and password `123456`:
@@ -145,6 +161,8 @@ dumbproxy \
145
161
-autocert-http :80
146
162
```
147
163
164
+
See [Wiki](https://github.com/SenseUnit/dumbproxy/wiki) for more examples, recipes and notes.
165
+
148
166
## Using HTTP-over-TLS proxy
149
167
150
168
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 or `-autocert` option) for this to work.
0 commit comments