Making a HTTPS request using Android Volley

后端 未结 10 1767
庸人自扰
庸人自扰 2020-11-28 19:34

I am trying to make a https request using this code:

RequestQueue queue = Volley.newRequestQueue(getApplicationContext());
request = new Request

        
10条回答
  •  孤独总比滥情好
    2020-11-28 20:00

    you can add this class and execut it from onCreate method

    new NukeSSLCerts().nuke();
    

    it will make volley to Trust all SSL certificates.

提交回复
热议问题