Ошибка при попытке настроить прокси с localhost на http s 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)
Настройка, secure: false исправлена проблема:
secure: false
proxy: [ { context: ["/api/**"], secure: false, // had an expression which was resolving to true changeOrigin: true, } ]