Describe the bug AxiosError: self signed certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1507:34) at TLSSocket.emit (events.js:376:20) at TLSSocket._finishInit (_tls_wrap.js:932:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:706:12) { code: 'DEPTH_ZERO_SELF_SIGNED_CERT',...
Vue.js - vue(axios) trust (or ignore) backend self signed, When front (axios) request to api server that secure with self signed certificate, I got ERR_CERT_AUTHORITY_INVALID error. If I write api in browser, it show not safe page (as we expect), after I trust that, vue can reque...