Does the vue axios request https require manual processing of the certificate?

use axios to send https requests.
Certificate is a self-issued (Self Sign)

error is reported by default:

clipboard.png

you need to manually open the browser and enter https://., click Advanced, and then manually confirm "still connect", that is, the certificate has been downloaded. Then use axios to access the https address, and that"s fine.

how can I automatically get axios to automatically accept ssl certificates?

Mar.11,2021

may be because your certificate is self-issued. Browsers do not recognize

Menu