Hello,
We also want to use Mblock v5.4.0 Windows on Win10 behind http proxy.
Proxy is properly set in Windows as displayed by command “netsh.exe winhttp show proxy”
Proxy is also set in the GUI Win10 proxy config app
The thing is that Mblock ignores the Windows proxy settings and keeps on trying direct http connections on ports 80 and 443 (instead of connecting to proxy port as defined).
Ower organisation forbids non proxy http connections (i.e. direct tcp/443 or tcp/80 connections): those are not allowed and blocked by firewall policies.
As a result downloading additionnel mblock objects fails.
Some connections do pass through proxy though:
TCP_MISS/200 CONNECT extservice.mblock.cc:443
TCP_MISS/200 CONNECT mblock-expanded.oss-cn-shenzhen.aliyuncs.com:443
but not all of them:
IP 10.0.2.124.50352 > 47.246.49.207.443
IP 10.0.2.124.50352 > 47.246.49.207.443
IP 10.0.2.124.50339 > 8.129.90.57.443
Solution: make Mblock for Windows handle system proxy settings properly
Workaround: make mblock objects available online so that you can download them using a web browser an then import them in mblock localy afterwards
Thanks for you help.