-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
command line ssl_verifypeer false #194
Comments
The usage of the option |
Can you try to curl your link and show us the output?
|
Sure.
An other one
|
I'm also running into some similar errors, though only in CI (Circle & Travis both). It cleanly on my system though. Using the |
@sroberts Out of curiosity is your CI configured to run on Ubuntu 14.10? (I think Travis has a beta option for configuring this now.) I ask because previously it looks like OS X and 12.04 are fine with the config, but 14.10 changed something. Just want to make sure this is not actually a 12.04 problem too. |
From what I see the binary ignores Typhoeus options. I think #175 could be the solution for an easygoing command line usage. |
@gjtorikian According to CircleCIs documentation, and I don't think I'm doing anything special with it, this should be a 12.04 VM. |
Any updates on this? I'm seeing the same behavior on OSX (no error) and CircleCI (error). |
For now I've fixed it for CircleCI by specifying |
* fix rubocop problems * removes dead links * Cuz apparently there's some CA issues on the build servers * See here: gjtorikian/html-proofer#194
Installing libcurl3-dev seems to fix SSL error HTML Proofer gets when trying to get https://mochajs.org/ . See gjtorikian/html-proofer#141 gjtorikian/html-proofer#194 gjtorikian/html-proofer#376
Give the entire rug test doc the once-over, integrating the content on handler testing and adding as much missing stuff as I could think of. Install libcurl3-dev to fix HTML Proofer SSL error when it tests https://mochajs.org/ see gjtorikian/html-proofer#141 gjtorikian/html-proofer#194 gjtorikian/html-proofer#376 Add retry to HTML Proofer. Address review comments.
gjtorikian/html-proofer#194 (comment) "Peer certificate cannot be authenticated with given CA certificates"
If you're looking to set The syntax would be along the lines of |
Seems a solution for this was already implemented! |
I'm currently proofing my jekyll-generated site with
htmlproof ./_site
and I'd like to get rid of those warnings:I could not find any documentation on how to disable ssl_verifypeer using the htmlproof binary.
The text was updated successfully, but these errors were encountered: