I don’t have the MitM, i got localhost proxies,
more like in the pip configuration only and SOCKS5 misconfiguration, i was able to delete the set value for proxy in both
$env:HTTP_PROXY="http://proxy.details"
$env:HTTPS_PROXY="http://proxy.details"
IN
%APPDATA%\pip\pip.ini
I was able to follow the previous discuss
https://discuss.python.org/t/use-pip-behind-restrictive-proxy/11087/7
And the problem with verify hostname ‘urllib3’ bug
Btw Thanks for answer