Closed joawin closed 2 years ago
@joawin - I think this is expected, as the yum
proxy config doesn't use an https
option if you reference the yum
-specific env vars.
I think this makes sense since yum
only has a singular proxy
config which you can also see when referencing docs for yum (e.g., like some Fedora docs here, or docs here).
So when setting the singular setting (which it looks like you're doing), yum
should work as expected.
Is that not the case? Not sure if you tried to run yum
without the invalid https
setting.
Excellent explanation and thank you. While I am no longer going to contribute to this project since Vagrant is moving from Ruby to Go (See issues for details) I appreciate your help @chucknelson. I hope you are well and thank you helping out on this.
No further context has been provided and @chucknelson has provided all the information needed to get this working.
Hi, i am not able to use
config.yum_proxy.https
in vagrant-proxyconfIf i only use
config.yum_proxy.http
it works.Can someone verify if https is working with yum ?