Hi,
netsh winhttp show proxy :
Current WinHTTP proxy settings:
Direct access (no proxy server).
Logs from nginx :
tcp-access
============
x.x.x.x TCP 200 4228 0 0.301 "20.72.235.82:443" "181" "4228" "0.148"
=============
tcp-error :
=============
[info] 22#22: *13 client x.x.x.x:49975 connected to 0.0.0.0:443
[info] 22#22: *13 proxy 172.20.0.3:37958 connected to 20.72.235.82:443
[info] 22#22: *13 client disconnected, bytes from/to client:0/4228, bytes from/to upstream:4228/181
nginx config :
map $ssl_preread_server_name $name { wsus.local wsus_backend;}
upstream wsus_backend { server windowsupdate.microsoft.com:443;}