Is there a way to check an insecure link? #1387
Unanswered
Pbarbosa92
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hey, can you post the link here? > echo 'https://corrode.dev' | lychee -v --remap 'https http' -
✔ [200] http://corrode.dev/
🔍 1 Total (in 0s) ✅ 1 OK 🚫 0 Errors |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using your link checker action and I got this error
"Failed: Network error: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1890: (unable to get local issuer certificate)"
If I add the -I --insecure flag it will just skip the url.
Is there a way to still check the url?
Beta Was this translation helpful? Give feedback.
All reactions