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

Travis build fails in install_geographiclib.bash #283

Open
leokoppel opened this issue Jun 26, 2018 · 1 comment
Open

Travis build fails in install_geographiclib.bash #283

leokoppel opened this issue Jun 26, 2018 · 1 comment
Assignees
Labels

Comments

@leokoppel
Copy link
Contributor

Platform

Travis CI

Steps to reproduce

Run wget "$GEOGRAPHICLIB_URL" in install_geographiclib.bash

Observed result

$ 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.

Related

See https://stackoverflow.com/questions/28757232/unable-to-establish-ssl-connection-upon-wget-on-ubuntu-14-04-lts

@leokoppel leokoppel added the fix label Jun 26, 2018
@leokoppel leokoppel self-assigned this Jun 26, 2018
@leokoppel
Copy link
Contributor Author

leokoppel commented Jun 26, 2018

Looks like it is actually an intermittent issue with this download; curl failed on one of the travis builds as well.

curl: (35) Unknown SSL protocol error in connection to sourceforge.net:443 

It was just a coincidence that it worked the first time.

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

Successfully merging a pull request may close this issue.

1 participant