use axios to send https requests. 
 Certificate is a self-issued (Self Sign) 
error is reported by default:
  
 
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?
