We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Travis CI
Run wget "$GEOGRAPHICLIB_URL" in install_geographiclib.bash
wget "$GEOGRAPHICLIB_URL"
install_geographiclib.bash
$ bash scripts/install/install_geographiclib.bash Installing GeographicLib version 1.49 ... --2018-06-26 16:54:28-- https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.49.tar.gz Resolving sourceforge.net (sourceforge.net)... 216.105.38.13 Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected. Unable to establish SSL connection. The command "bash scripts/install/install_geographiclib.bash" exited with 4.
See https://stackoverflow.com/questions/28757232/unable-to-establish-ssl-connection-upon-wget-on-ubuntu-14-04-lts
The text was updated successfully, but these errors were encountered:
Looks like it is actually an intermittent issue with this download; curl failed on one of the travis builds as well.
curl
curl: (35) Unknown SSL protocol error in connection to sourceforge.net:443
It was just a coincidence that it worked the first time.
Sorry, something went wrong.
leokoppel
Successfully merging a pull request may close this issue.
Platform
Travis CI
Steps to reproduce
Run
wget "$GEOGRAPHICLIB_URL"
ininstall_geographiclib.bash
Observed result
Related
See https://stackoverflow.com/questions/28757232/unable-to-establish-ssl-connection-upon-wget-on-ubuntu-14-04-lts
The text was updated successfully, but these errors were encountered: