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

Ssl Handshake Failure For Android 2.2 Version

I am developing an application that need a certificate verification from the server. It works fine … Read more Ssl Handshake Failure For Android 2.2 Version

How To Resolve "enter The Password For Credential Storage" Issue?

So I am playing around with fiddler web proxy. I need to decrypt https traffic. So I am trying to p… Read more How To Resolve "enter The Password For Credential Storage" Issue?

How Is The Alias Name Used In Java Keystore Class?

Class KeyStore has a method called setCertificateEntry(alias, certificate). Most client examples I … Read more How Is The Alias Name Used In Java Keystore Class?

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

Check In The Onreceivedsslerror() Method Of A Webviewclient If A Certificate Is Signed From A Specific Self-signed Ca

I would like to override the onReceivedSslError() of a WebViewClient. Here I want to check if the e… Read more Check In The Onreceivedsslerror() Method Of A Webviewclient If A Certificate Is Signed From A Specific Self-signed Ca

Android Ignore Self Signed Certificate

My Android App is connecting to https self-signed server & it is working fine with using client… Read more Android Ignore Self Signed Certificate