Tupio
Tupio

Reputation: 432

Why is "Server's certificate is not trusted" is showing on Android studio?

When opening Android Studio for first time it shows this prompt:

"Server's certificate is not trusted"

Why is it showing in the first place? Should I accept the certificate?

Any help would be great.


Prompt

 Server's certificate is not trusted
    
   Certificate details

    Issued To

          CN (Common Name)       *.google.com
          O (Organization)       Google Inc
          L (Locality)           Mountain View
          C (Country)            US
          ST (State or Province) California

    Issued By

          CN (Common Name)       Kaspersky Anti-Virus Personal Root 
    Certificate
          O (Organization)       AO Kaspersky Lab

    Validity Period

          Valid from:            25/7/08
          Valid until:           20/7/28

  ...

Other Info

I recently installed kaspersky free on my device.

Upvotes: 2

Views: 7128

Answers (1)

dave
dave

Reputation: 575

Kaspersky is issuing (and initializing) a personal root certificate upon it's first use with Android Studio (Google Network).

Once trusted, Kaspersky should not prompt you again.

EDIT: This forum thread has some more information on how to get the root certificate configured for Android Studio (and other applications): https://forum.kaspersky.com/index.php?/topic/307871-kis2015-and-android-studio/

Upvotes: 1

Related Questions