cloud-security-research / sgx-ra-tls

Other
113 stars 29 forks source link

Curl checks proxy settings #2

Open dimakuv opened 6 years ago

dimakuv commented 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.

dimakuv commented 6 years ago

Additionally, one shouldn't forget to set the manual proxy parameter with required proxy address in /etc/aesmd.conf.

After changing the file, need to restart the daemon: service aesmd stop; service aesmd start