Android Studio: Server's certificate is not trusted

后端 未结 8 914
天命终不由人
天命终不由人 2021-02-03 19:28

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         


        
8条回答
  •  名媛妹妹
    2021-02-03 19:49

    It is missing system certificate specific for Java. If you are using Ubuntu and Oracle JRE/JDK, install ca-certificates-java package.

提交回复
热议问题