Closed codylane closed 5 years ago
Change staged in master, I'm going to try and release this change by the end of the week if there are no further outstanding issues.
@codylane wow, thanks! I'll test that.
It's ok :clap:. :shipit:
Thanks for reviewing and for confirming it's working. I've release 2.0.5 as promised. https://rubygems.org/gems/vagrant-proxyconf/versions/2.0.5.
I'm going to go ahead and close this out since it's released.
Scenario
When using debian/ubuntu based OS AND in an environment that terminates SSL behind a proxy, we need the ability to set
Acquire::https::Verify-Host
andAcquire::https::Verify-Peer
configuration options for APT. These settings should default to""
.However, when the user sets the environment variable
VAGRANT_APT_VERIFY_HOST=true
orVAGRANT_APT_VERIFY_PEER=true
the following APT proxy settings should change toAcquire::https::Verify-Host "true";
andVAGRANT_APT_VERIFY_PEER "true";
See pull request: https://github.com/tmatilai/vagrant-proxyconf/pull/193