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

Add the ruby gem "certified" for additional CA sources #10

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

basvodde
Copy link

When connecting to HTTPS, the certs sometimes fail. One easy solution is to have the 'certified' gem as a dependency. This is easier than most other solutions and I guess it will occur pretty often when people use link-checker. Other solutions would require action from the actual user on this.

One example where it failed for me was github.

I tried writing a spec for the additional require (which is the only LOC change) but as all the specs are proper unit tests and there are no integration tests at the moment, I figured it'll be hard to emulate in a unit test. So, for now, no added tests. (some integration specs might be a nice addition)

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

Successfully merging this pull request may close these issues.

None yet

1 participant