-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wget doesn't check certificate #19
Comments
Some systems that haven't installed or updated their CA certificates may run into SSL errors even when accessing valid SSL hosts. The |
I get your motivation, but to the best of my understanding this is welcoming MITM during agent deployment and data being posted to Hetrix. |
You may could add an switch like --ignore-cert-issues to the install code window, that user can use during deployment. |
Solution could be embed certificate like here: https://github.com/calmh/smartos-platform-upgrade/blob/master/platform-upgrade |
In hetrixtools_agent.sh:
What's the point of
--no-check-certificate
?..The text was updated successfully, but these errors were encountered: