I am getting this exception
com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertPathValidatorException: Trust anchor for certification
path not found.
from volley while accessing web service in some devices. I have searched a lot, but certificate of SSL is properly inserted in server side. Is there anything else to do in android side?
Thanks in advance.