我正在尝试使用此代码发出https请求:
RequestQueue queue = Volley.newRequestQueue(getApplicationContext());
request = new Request<String>(Request.Method.GET,"https://devblahblahblah.com/service/etc",errListener);
Run Code Online (Sandbox Code Playgroud)
但我收到这个错误:
com.android.volley.NoConnectionError:javax.net.ssl.SSLHandshakeException:java.security.cert.CertPathValidatorException:未找到证书路径的信任锚.
有两点需要注意:
我实际上需要知道Android Volley框架中是否有任何交换机/选项,我将成功点击HTTPS URL?