Android - Retrofit2 - java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
问题 I want to get data from the server (https://data.egov.kz/api/v2/zheke_zhane_zandy_tulgalardy_k1/v6?pretty) as an array of json objects. But I get this Log: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. I am using Retrofit2 and here my code: MainActivity.java public class MainActivity extends AppCompatActivity implements GetAdmissionSchedule.GetAdmissionScheduleInterface { @Override protected void onCreate(Bundle savedInstanceState) { super