Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align how http proxies are handled when fetching gpg keys for download verification #1125

Closed

Commits on Sep 19, 2024

  1. Align how http proxies are handled when fetching gpg keys for downloa…

    …d verification
    
      * Copy receive_gpg_keys in python/install.sh to other features which use gpg verification
      * Ensure http proxy url is passed to gpg when receiving keys from servers
        * Could connect to key servers but not receive keys
      * Remove httpProxy from features as it would have been broken from the issue above
    rbambrough-intel committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5a4bb3e View commit details
    Browse the repository at this point in the history
  2. Remove curl_args from get_gpg_key_servers

      * Fix proxy arg mismatch between downloading collateral and verifying collateral
        * Should be both or none
      * Curl should automatically pick up proxy config
    rbambrough-intel committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e784034 View commit details
    Browse the repository at this point in the history