I'm trying to setup a proxy gateway on my windows host to allow my docker containers to communicate to the internet through our company firewall.
From what I understand is that our company employs NTLM Authentication. At least, when I open Chrome, it Downloads a Proxy Configuration Script and then doesn't ask me anymore about my credentials.
Therefore I tried to start px with the following options:
While HTTP sites work okay, HTTPS requests are not working. My container always receive a HTTP 444 Status Code, as if the website wouldn't provide any data.
I'm unable to properly interpret these lines, but it seems that PX doesn't try to authenticate, as No auth required cached is printed.
So I guess that our firewall is configured in a way that it doesn't report applications that they are behind a firewall (security through obscurity).
But I would be interested in what you think.
Thanks a lot.
BR Kai
Hi,
I'm trying to setup a proxy gateway on my windows host to allow my docker containers to communicate to the internet through our company firewall.
From what I understand is that our company employs NTLM Authentication. At least, when I open Chrome, it Downloads a Proxy Configuration Script and then doesn't ask me anymore about my credentials.
Therefore I tried to start px with the following options:
While HTTP sites work okay, HTTPS requests are not working. My container always receive a HTTP 444 Status Code, as if the website wouldn't provide any data.
PX logs the following:
I'm unable to properly interpret these lines, but it seems that PX doesn't try to authenticate, as
No auth required cached
is printed. So I guess that our firewall is configured in a way that it doesn't report applications that they are behind a firewall (security through obscurity).But I would be interested in what you think. Thanks a lot. BR Kai