hyperledger-archives / education-sawtooth-simple-supply

https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
51 stars 61 forks source link

Fix apt-key/gpg Proxy Handling #28

Closed danintel closed 5 years ago

danintel commented 5 years ago

gpg (through "apt-key adv") now ignores http_proxy and https_proxy settings on Bionic. The solution is to use http with curl instead to download keys.

Remove unused http_proxy and https_proxy initialization.

Signed-off-by: danintel daniel.anderson@intel.com

danintel commented 5 years ago

This PR complies with Sawtooth RFC 0045 for proxies, https://github.com/hyperledger/sawtooth-rfcs/pull/45