Error:Cause: unable to find valid certification path to requested target

前端 未结 22 1215
无人及你
无人及你 2020-11-29 05:47

I got the following Error in android Studio 2.2.3 when I sync gradle.

Error:Cause: unable to find valid certification path to requested target

22条回答
  •  既然无缘
    2020-11-29 06:25

    I have faced this problem with Maven build earlier. It was occurring because I was working in a restricted office network. You need to import required certificate in your keystore.

    Follow Steps in the answer of below question "unable to find valid certification path to requested target", but browser says it's OK

    (use double quotes for fienames/pathnames)

    Note: I am not able to find now exact source from where I solved problem, if I get it, I will update it

提交回复
热议问题