When I integrate the citrus Payment Gateway I got the Error " com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
How to add SSL certificate in project?
put your certificate in res->raw->your certificate.cer and access this file as getResources().openRawResource(R.raw.your_certificate)