-
Notifications
You must be signed in to change notification settings - Fork 54
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
Adding IgnoreSSLVerify option #113
Conversation
Patch to add IgnoreSSLVerify option (issue #112 ) |
PR makes sense, simple and effective! Unsure why the tests are failing, having a quick look now. I've tweaked the README wording and would be nice to have a test case for this option. |
Is failing on master as well, some package or the Travis environment must have changed. Very odd. |
It seems that they changed something in the golan url_test.go and add a new check for special char (check : golang/go@829c5df#diff-6f43cc724ae52e4acba8855ce391e144) |
@jgazeau Can you rebase this on master? |
Codecov Report
@@ Coverage Diff @@
## master #113 +/- ##
==========================================
+ Coverage 86.53% 86.56% +0.02%
==========================================
Files 20 20
Lines 1062 1064 +2
==========================================
+ Hits 919 921 +2
Misses 136 136
Partials 7 7
Continue to review full report at Codecov.
|
@wjdp Rebase done. |
Thanks, I'll hold off merging until you've done a test case. |
I add two test cases (TestSelfSignedLink and TestSelfSignedLinkIgnoreSSLVerify) in the check-link_test.go.
For the test I use the self-signed link of https://badssl.com/. FYI: To be sure, I run one pipeline to check the job is throwing errors by swaping the IgnoreSSLVerify boolean value : Is that Ok for you ? |
@jgazeau Whoops, sorry I missed your last comment. Thanks for the PR! |
No description provided.