We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceaa71 commit 416b3f4Copy full SHA for 416b3f4
nginx.conf
@@ -145,7 +145,8 @@ http {
145
proxy_connect_allow all;
146
proxy_connect_address $interceptedHost;
147
proxy_max_temp_file_size 0;
148
-
+ proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
149
+
150
# We need to resolve the real names of our proxied servers.
151
#resolver 8.8.8.8 4.2.2.2 ipv6=off; # Avoid ipv6 addresses for now
152
include /etc/nginx/resolvers.conf;
0 commit comments