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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ forward_proxy {
88
88
ports 80 443
89
89
hide_ip
90
90
hide_via
91
+
disable_insecure_upstreams_check
91
92
probe_resistance secret-link-kWWL9Q.com # alternatively you can use a real domain, such as caddyserver.com
92
93
serve_pac /secret-proxy.pac
93
94
@@ -133,6 +134,10 @@ forward_proxy {
133
134
Only this address will trigger a 407 response, prompting browsers to request credentials from user and cache them for the rest of the session.
134
135
135
136
Default: no probing resistance.
137
+
-`disable_insecure_upstreams_check`
138
+
Disables the check for insecure (HTTP) upstreams. By default, forwardproxy will refuse to connect to upstreams that are not using TLS. This option disables that check.
0 commit comments