You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work inside internal network and we have a proxy to be set when we want to connect to the external world.
When using this formula I get: Comment: Failed to cache https://fedoraproject.org/static/0608B895.txt: Error: HTTP 599: Timeout reading https://fedoraproject.org/static/0608B895.txt
I believe the reason is I'm behind proxy.
Nothing changes when I have http_proxy set
What's best to resolve this?
Should I download GPG keys and store them inside my /srv/salt ?
I manage rhel6 and rhel7 as well so I would like to be able to install correct keys to both, can I do it via pillar?
Maybe I could modify init.sls and in the pillar I would setup proxy, but I'm not sure how those files with keys are actually downloaded.
The text was updated successfully, but these errors were encountered:
As @PropTim says, it seems you're getting this error because of your proxy.
Is your proxy configured to let you request HTTPS pages? Maybe it's not, and as you're passing all your requests through it, it's just timing out? (of course, I'm totally guessing here 😄 ).
I think the best thing you can do, if you manage the proxy, is to check what's going on with it. You can check it from the CLI using wget
If you can't fix the proxy issues, you can try downloading the keys' files and pass them to the formula in any of the ways source can handle. You can check here to find out which one is the best for your case.
I work inside internal network and we have a proxy to be set when we want to connect to the external world.
When using this formula I get:
Comment: Failed to cache https://fedoraproject.org/static/0608B895.txt: Error: HTTP 599: Timeout reading https://fedoraproject.org/static/0608B895.txt
I believe the reason is I'm behind proxy.
Nothing changes when I have http_proxy set
What's best to resolve this?
Should I download GPG keys and store them inside my /srv/salt ?
I manage rhel6 and rhel7 as well so I would like to be able to install correct keys to both, can I do it via pillar?
Maybe I could modify init.sls and in the pillar I would setup proxy, but I'm not sure how those files with keys are actually downloaded.
The text was updated successfully, but these errors were encountered: