Reputation: 332
I'm required to write a SSL connection, but It requires a signed certificate. There is a way to disable the checking so that I can only test my application. Regards,
Upvotes: 1
Views: 356
Reputation: 40759
Just create a self-signed certificate: http://novosial.org/openssl/self-signed/
Upvotes: 2
Reputation: 1962
Did you solve this? This seems like you could use/write a TrustManager that trusts all certificates and thereby enable you to continue on to your app.
Upvotes: 0