stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

How to ignore insecure/invalid/self-signed SSL certificate ? #164

Closed changuelsami closed 3 years ago

changuelsami commented 5 years ago

My website is using a self signed certificate, so blc show this error message ! Error: self signed certificate How can I ignore such error ? Regards

Environment:

tbrek commented 5 years ago

See: https://github.com/stevenvachon/broken-link-checker/issues/42

changuelsami commented 5 years ago

@tbrek thanks :) Now I have no errors, but there are also no results :

$ blc https://foobar.com
Getting links for https://foobar.com
$
stevenvachon commented 3 years ago

This should [already] be fixed on master branch.