Is it safe to ignore this warning? It shows up when I create a new project in Android Studio:
Server\'s certificate is not trusted Certificate details Issued T
I followed the SELF_SIGNED_CERT_IN_CHAIN error a lot. Solving npm in node.js solves the certificate problem.
SELF_SIGNED_CERT_IN_CHAIN
npm config set cafile /path/to/cert.pem
See below https://mmx5002.blogspot.com/2020/02/selfsignedcertinchain.html