Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ssl Certificate

Https Request Using Volley

Could somebody show me any example how execute POST or GET request using volley library to server w… Read more Https Request Using Volley

How To Programmatically Add Certificates To A Truststore And Use That Also For Verifying Server Authentication

I my app I want to use a https connection to a user-specified server which uses a self-signed certi… Read more How To Programmatically Add Certificates To A Truststore And Use That Also For Verifying Server Authentication

Error Javax.net.ssl.sslpeerunverifiedexception: No Peer Certificate And Sslnullsession.java:104

I'm facing this error javax.net.ssl.SSLPeerUnverifiedException: No peer certificate on android … Read more Error Javax.net.ssl.sslpeerunverifiedexception: No Peer Certificate And Sslnullsession.java:104

How To Delete User Installed Certificate Programmatically?

I had installed a certificate programmatically. I am able to uninstall it manually by going Setting… Read more How To Delete User Installed Certificate Programmatically?

Android - Validating Self-signed Certificates In Addition To Normal Ssl Certificates

I have an Android application that calls web services over SSL. In production we will have normal S… Read more Android - Validating Self-signed Certificates In Addition To Normal Ssl Certificates