Since a week, i try to make a SSl connection to my server. This server has a self-signed certificate.
I 'm trying to connect with the Apache library, and specially
Using java Syntax Highlighting
- import org.apache.http.*;
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
I've tryed all the solution found on the net (keystore, and a lot of TrustAllCertificate method) : maybe something goes wrong with the SDK.
In fact, when we try to sur-implement trustManager, the app always call OpenSSLSocketFactoryImpl which disable all our method of all trust certificate.
Sorry if this post isn't very easy to understand, i will progress in english (
)
