0

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 request to api without any problem. how can i config vue to trust (or ignore) backend self signed certificate?

note: this is not work for me https://github.com/axios/axios/issues/535#issuecomment-260841069

front: vue

backend: flask

0 Answers0