browser icon indicating copy to clipboard operation
browser copied to clipboard

Ignore SSL certificate errors when connecting to a end point on a self signed certificate

Open avirauto opened this issue 1 month ago • 2 comments

We are trying to automate testing of a app which is deployed locally. When lightpanda is used as a CDP server, I am unable to connect to the app that is deployed locally with a self signed certificate. I get the below error

Url: https://localhost:6000/login

cdpserver % ./lightpanda-aarch64-macos --host 127.0.0.1 --port 9222 info(websocket): starting blocking worker to listen on 127.0.0.1:9222 info(server): accepting new conn... info(server): client connected error(server): do error: error.TlsInitializationFailed info(server): accepting new conn...

Is there a way to ignore the certificate errors when running as a CDP server?

avirauto avatar Jan 17 '25 11:01 avirauto