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

link verification does not always work for https sites on travis #155

Open
dlech opened this issue May 12, 2016 · 4 comments
Open

link verification does not always work for https sites on travis #155

dlech opened this issue May 12, 2016 · 4 comments

Comments

@dlech
Copy link
Member

dlech commented May 12, 2016

Searching google for html-proofer travis ssl shows we aren't the only ones that are having issues.

The latest is https://www.hiawatha-webserver.org/. We are also already ignoring https://warmcat.com because of ssl issues.

These work locally, but not on travis for whatever reason.

@WasabiFan
Copy link
Member

My (barely) educated guess is that the sites that fail our build are running an older version of TLS/SSL. Or maybe it's a newer version that is the problem. I'm not really sure.

I politely asked Travis to run a simple cURL on one of the failing URLs and got this:

$ curl --url https://www.hiawatha-webserver.org/ --verbose
* About to connect() to www.hiawatha-webserver.org port 443 (#0)
*   Trying 141.138.201.249... connected
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS alert, Server hello (2):
* error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
* Closing connection #0
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version


The command "curl --url https://www.hiawatha-webserver.org/ --verbose" exited with 35.

@dlech
Copy link
Member Author

dlech commented May 14, 2016

It seems to be working now. I've restarted some of the checks for pull requests and they are green.

@WasabiFan
Copy link
Member

Yeah, I just tested it and it's working again for me too. I'd say this can be closed (at least for now).

@dlech dlech closed this as completed May 15, 2016
@dlech dlech reopened this Oct 13, 2016
@dlech
Copy link
Member Author

dlech commented Oct 13, 2016

https sites keep breaking 😢

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

No branches or pull requests

2 participants