Seeing Following error when trying to setup a proxy from localhost to https site
[HPM] Error occurred while trying to proxy request /api/analytics/getDataByPage from localhost:8080 to https://example.com:19502 (SELF_SIGNED_CERT_IN_CHAIN) (https://nodejs.org/api/errors.html#errors_common_system_errors)
Had the same error message. For me it worked by changing "localhost" to "127.0.0.1".
"/api": {
"target": "http://127.0.0.1:3456/",
"secure": false
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With