-
Notifications
You must be signed in to change notification settings - Fork 491
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
Elasticsearch script has certificate error. #454
Comments
Is it working now? I just went to that URL and got no warnings in the browser. Perhaps they quickly updated/renewned their SSL cert. |
Working fine in my browser (most recent chrome on mac) but seems to still be an issue with wget. Just tried this a second ago.
I did some digging and it's most likely a bug with older versions of wget. 12.04 has wget with this problem... http://askubuntu.com/questions/324816/wget-doesnt-accept-googles-certificate And since it's stated in the readme |
Interesting! I'll take a look in a bit and see if I can dig up anything Thanks! On Tue, Mar 17, 2015 at 3:02 PM James Fountain [email protected]
|
Got a suggestion from @drewr at elasticsearch on this....
I changed this in my fork and will put in a pull request. |
Elasticsearch ssl error Closes #454
* commit '5828056bea92d95f6a72118de82cb2d950954a8d': fideloper#454 Upped version, updated link and restored accidentally removed variable. Fixes fideloper#454 Changed url to work with older versions of wget. Update nodejs.sh Conflicts: scripts/nodejs.sh
Running the elasticsearch install script fails due to certificate error on a Ubuntu 12.04 LTS vagrant box.
This may be due to the elasticesearch company , elasticsearch.org, rebranding itself to elastic.co recently. I can get around this by adding a --no-check-certificate in the wget in the script but I wanted to verify with others before sending in a pull request.
The text was updated successfully, but these errors were encountered: