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

validator sugests a parameter that's missing from it's help #7552

Closed
emile2738 opened this issue Oct 16, 2020 · 2 comments · Fixed by #7618
Closed

validator sugests a parameter that's missing from it's help #7552

emile2738 opened this issue Oct 16, 2020 · 2 comments · Fixed by #7618

Comments

@emile2738
Copy link

image

suggests using --ssl-no-revoke

while it's not documented in help

root@prysm00:/home/emile/dist# ./validator-v1.0.0-alpha.28-linux-amd64 --help | grep ssl
root@prysm00:/home/emile/dist# ./beacon-chain-v1.0.0-alpha.28-linux-amd64 --help | grep ssl
root@prysm00:/home/emile/dist# ./beacon-chain-v1.0.0-alpha.28-linux-amd64 --help | grep -i ssl
root@prysm00:/home/emile/dist# ./validator-v1.0.0-alpha.28-linux-amd64 --help | grep -i ssl

@raphpa
Copy link

raphpa commented Oct 17, 2020

This is not implemented correctly in the launch scripts.

--ssl-no-revoke is a parameter of curl.

Some anti virus solutions inject their own SSL certificate into a secure http connection to be able to monitor malicious downloads. Curl fails, if not called with --ssl-no-revoke, at this because it cannot fetch the revoke list for that self signed certificate and has to be called with that parameter.

You probably can argue about having it set by default.

@rauljordan
Copy link
Contributor

This is tricky. I'd prefer we not add --ssl-no-revoke to our script, but instead recommend stakers to download the script directly from our releases page if they are having issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants