nuxt https请求报错unable to verify t
2017-11-15 本文已影响124人
滚石_c2a6
axios.get(https://www.jumorechem.test/api/checkLoginStatus
)
Error: unable to verify the first certificate
如果修改为
axios.get(http://www.jumorechem.test/api/checkLoginStatus
)
或者
axios.get(https://www.jumorechem.com/api/checkLoginStatus
)
正常。
需要为域名安装证书,才可以正常访问。