I'am converting an existing webservice from basic to android.
It is protected with a trusted CA 1 root certificate.
I can use the webservice, without the certificate, with no problems.
The code seems ok.
Some parts of the service need this certificate.
I can navigate with the browser to the serverdata and the certificate
is then recognized.
When I use the HTTP 1.20 library I get the message:
Error Connecting to the server
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
The certificate has a pfx extention. I have converted it with openssl to a p12
version without any succes.
I have placed the pfx certificate in the root of the sdcard and I can see
it as 2 certificates in the system properties.
I use a tablet with ics, somebody any suggestions ?
It is protected with a trusted CA 1 root certificate.
I can use the webservice, without the certificate, with no problems.
The code seems ok.
Some parts of the service need this certificate.
I can navigate with the browser to the serverdata and the certificate
is then recognized.
When I use the HTTP 1.20 library I get the message:
Error Connecting to the server
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
The certificate has a pfx extention. I have converted it with openssl to a p12
version without any succes.
I have placed the pfx certificate in the root of the sdcard and I can see
it as 2 certificates in the system properties.
I use a tablet with ics, somebody any suggestions ?