Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle unresolvable domain names in isSecure to allow HTTP proxies to work as expected #9735

Merged
merged 2 commits into from
Dec 19, 2014

Conversation

tiborvass
Copy link
Contributor

Signed-off-by: Tibor Vass <teabee89@gmail.com>
to allow HTTP proxies to work as expected.

Fixes moby#9708

Signed-off-by: Tibor Vass <teabee89@gmail.com>
@jessfraz jessfraz added this to the 1.4.2 milestone Dec 19, 2014
@jessfraz
Copy link
Contributor

LGTM

@kdomanski
Copy link
Contributor

Tested. LGTM

@ewindisch
Copy link
Contributor

LGTM

1 similar comment
@unclejack
Copy link
Contributor

LGTM

tiborvass added a commit that referenced this pull request Dec 19, 2014
Handle unresolvable domain names in isSecure to allow HTTP proxies to work as expected
@tiborvass tiborvass merged commit b88d969 into moby:master Dec 19, 2014
tiborvass added a commit to tiborvass/docker that referenced this pull request Dec 19, 2014
If `--insecure-registry mydomain.com` was specified, it would match a registry at mydomain.com on any port.
This was accidentally added in moby#9735 and is now being reverted.

Signed-off-by: Tibor Vass <teabee89@gmail.com>
ColinHuang pushed a commit to fcwu/docker that referenced this pull request Jan 5, 2015
If `--insecure-registry mydomain.com` was specified, it would match a registry at mydomain.com on any port.
This was accidentally added in moby#9735 and is now being reverted.

Signed-off-by: Tibor Vass <teabee89@gmail.com>
@crosbymichael crosbymichael modified the milestones: 1.4.2, 1.5.0 Jan 12, 2015
@tiborvass tiborvass deleted the fix-issecure-for-http-proxies branch July 17, 2019 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression: cannot reach private registry over proxy
6 participants