-
Notifications
You must be signed in to change notification settings - Fork 188
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
Comments
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:
|
It seems to be working now. I've restarted some of the checks for pull requests and they are green. |
Yeah, I just tested it and it's working again for me too. I'd say this can be closed (at least for now). |
https sites keep breaking 😢 |
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.
The text was updated successfully, but these errors were encountered: