I am making a get request to get a check a response from google for google Captcha. The request I made is HTTPS , its throwing SSL verification failed error.
After disabling verification its working , please help me to find the secure way to do it in loopback.
Error: unable to get local issuer certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:390:28)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)