인증 파일 썸네일형 리스트형 [Android] Https Setting with Volley 아래 소스 같이 newSslSocketFactory 함수를 넣어서 추가 하면 됩니다.인증서를 만드는 부분과 설정은 아래 내용을 참고 해주세요. public RequestQueue getRequestQueue() { if (mRequestQueue == null) { // getApplicationContext() is key, it keeps you from leaking the // Activity or BroadcastReceiver if someone passes one in. mRequestQueue = Volley.newRequestQueue(mCtx.getApplicationContext(), new HurlStack(null, newSslSocketFactory())); } return mR.. 더보기 이전 1 다음