I have two computers at home, they are connected to the same LAN, respectively as server A and B. A starts a simple nodejs service,B installed controller, router,zac, now I want to use B to access A's local service, but B bootstrapper error, I am using a self-signed certificate, how can I access it in the same LAN?
error : {"code":"SELF_SIGNED_CERT_IN_CHAIN","level":"error","message":"self-signed certificate in certificate chain","stack":"Error: self-signed certificate in certificate chain\n at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)\n at TLSSocket.emit (node:events:518:28)\n at TLSSocket._finishInit (node:_tls_wrap:1085:8)\n at ssl.onhandshakedone (node:_tls_wrap:871:12)","timestamp":"2024-01-16T07:26:04.503Z"}