tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

feature: support apt proxy when behind a proxy that terminates SSL #200

Closed codylane closed 5 years ago

codylane commented 5 years ago

This addresses issue #199

Includes two new configuration variables which are off by default. The this feature now supports Acquire::https::Verify-Peer and Acquire::https::Verify-Host

Supporting integration tests can be found in directory: 199