liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

SSL Cerificate Validation issue #17

Closed chetan-AD closed 9 years ago

chetan-AD commented 9 years ago

On iOS devices we are able to communicate we our SSL enabled server. but on android it throws javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException:.

So till certification issue get fixed do we have any method in liferay sdk to ignore this Validation issue at android mobile end.

brunofarache commented 9 years ago

Android doesn't allow self-signed certificates or there's something wrong with your certificate, see the documentation:

https://developer.android.com/training/articles/security-ssl.html#CommonProblems