我使用angular 6,并且对通过https开头并具有自签名证书的网站进行http POST。
我以ng开头的服务器以proxy.conf.json开头,在那里我代理该https站点。
执行POST时,我进入livereload控制台
[HPM] Error occurred while trying to proxy request ?_action=logout from localhost:3000 to https://login.dev.data.intra/auth/json/sessions (SELF_SIGNED_CERT_IN_CHAIN) (https://nodejs.org/api/errors.html#errors_common_system_errors)
有没有办法禁用证书验证,或者有办法告诉http帖子使用自签名证书进行验证?
谢谢