-
Notifications
You must be signed in to change notification settings - Fork 174
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
--https-proxy setting does not permit http:// URI #6767
Comments
I've SSHd to the VCH VM in the hopes of finding where this is configured for the docker engine so that I could manually update it in-place until this is resolved. I have not been able to find it anywhere, and so remain unable to make any https connections from the docker engine. |
@ddisisto I am a bit confused... you said it is only listening on http/80? but in your example you are doing port 8080? |
@mhagen-vmware My mistake, proxy is at http/8080 (fixed in initial comment now), which in docker and elsewhere in this environment I would always set as both To my knowledge, these two lines should both accept EITHER http or https schemes to be defined - vic/cmd/vic-machine/common/proxy.go Line 56 in d649a8a
vic/cmd/vic-machine/common/proxy.go Line 64 in d649a8a
As the scheme used to connect to a proxy does not need to be the same as that of traffic that will be passed through it. |
Thanks @ddisisto I am glad that using http-proxy seems to work for you! We will review your recommendation as you have suggested. Thanks! |
Added into 1.4.2 due to bug2157829 and explicit impediment in real usage. |
I think this is worth a release note, as it was a customer-reported issue. |
Added as a resolved issue in https://github.com/vmware/vic/releases/tag/v1.4.3 |
VIC version:
vic-machine-linux version v1.2.0-13652-9d146bc
Deployment details:
What was the vic-machine create command used to deploy the VCH? Yes
Steps to reproduce:
Actual behavior:
Expected behavior:
The configuration is updated
bug2157829
The text was updated successfully, but these errors were encountered: