-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
Description
Hi!
Thanks for the great project, Lychee is a delight to use.
I wanted to test some local app that runs in Docker, pretty standard PHP / nginx stack with self signed cert.
When I launch Lychee with the insecure flag I got this error:
lychee --insecure https://super.app.test
Error: Network error
Caused by:
0: error sending request for url (https://super.app.test/)
1: client error (Connect)
2: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2104: (self-signed certificate)
3: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2104:
This local app is reachable from my browser (after I allow the self-signed cert in Firefox).
Is there a way to bypass this error?