Open dimakuv opened 6 years ago
Curl checks both no_proxy and NO_PROXY environment variables. If needed, prepend bash commands with no_proxy="" NO_PROXY="" for attesters/servers.
no_proxy
NO_PROXY
no_proxy="" NO_PROXY=""
Additionally, one shouldn't forget to set the manual proxy parameter with required proxy address in /etc/aesmd.conf.
manual
/etc/aesmd.conf
After changing the file, need to restart the daemon: service aesmd stop; service aesmd start
service aesmd stop; service aesmd start
Curl checks both
no_proxy
andNO_PROXY
environment variables. If needed, prepend bash commands withno_proxy="" NO_PROXY=""
for attesters/servers.