OpenSSL-Query: obey proxy settings
authorRichard Levitte <levitte@openssl.org>
Wed, 21 Jun 2017 22:03:51 +0000 (00:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Jun 2017 22:03:51 +0000 (00:03 +0200)
commit8f2d964ac5faf74c84a58afcfca7ddd057435aed
tree212245485d224e9f74adde263ca85bee1dd01c02
parent06e2ffbe8973799208db2e8f00661120fe01d366
OpenSSL-Query: obey proxy settings

Proxy settings is done with environment variables {scheme}_proxy.
For our use, https_proxy is the variable of choice, for example:

    export https_proxy=http://pxory.my.place/
lib/OpenSSL/Query/ClaREST.pm
lib/OpenSSL/Query/PersonREST.pm