I am trying to make a https request using this code:
RequestQueue queue = Volley.newRequestQueue(getApplicationContext()); request = new Request
I couldn't open the link provided by @Ogre_BGR,but while browsing the net I found the actual implementation done in following smanikandan14 Github.Look upon his SSl-connection explanation to understand more about it.