Citrus Payment Gateway integration in Android - citrus-pay

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)

This problem is not at android or volley side.
check your url is access certificate or not api side.

Related

cURL error 60: SSL certificate problem: self signed certificate in certificate chain

There is one server where php application is hosted under IIS. I have installed the ".pfx" file on the server and associated it with IIS application.
When developers connects to this application , they are getting below error.
This certificate is valid (not expired) and issued by an authorized org.
"cURL error 60: SSL certificate problem: self signed certificate in
certificate chain"
Don't know why they are getting errors. I don't want to turn off the "CURLOPT_SSL_VERIFYPEER " option.
What I have found , when an application connects to the server, it accepts that request. But then this request makes another API guzzle call to get some data. AT this stage , the application is throwing an error.
Why is it causing this issue ? and How to fix this error?

Client Certificate with Safari View Controller

I have an application that is authenticated in a Safari View Controller using a client certificate. Unfortunately, when I redirect the SVC to the authentication page, I get an error saying:
"xxx" requires a client certificate
Use the certificate "xxx" when connecting to this website.
The device has the certificate, this certificate is trusted, and I am using the latest version of iOS.
Thanks in advance!

#LinkedIn LinkedIn's OpenGraph scraper not accepting SSL certificates released by Letsencrypt

To the LinkedIn API support team
I'm using free SSL certificates released by letsencrypt dot org, the new open certification authority.
Linkedin's bot fails to scrape OpenGraph tags on my blog, because of an SSL issue on the client side (the certificate is unknown for the client, Linkedin scraper doesn't trust it), so I can't actually share my contents with proper OpenGraph parsing.
What I see from the nginx logs is:
SSL_do_handshake() failed (SSL: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown:SSL alert number 46) while SSL handshaking.
Other opengraph-enabled social sites work as expected.
Could you please take a look at this?
Thank you!

Handling HTTPS request in windows phone 7

We have ASP.Net generic handlers that support HTTPS requests only.
Example: https://{domainname}/userservice/getfriends.ashx
Please suggest a solution for processing the https requests in Winows Phone 7.1 using HttpWebRequest. When I am binding the https images (for example https://{domainname}/userserivce/23232.jpg only), it's raising the error.
Is your SSL certificate signed by a Root Certification Authority trusted by Windows Phone (example: Verisign) or is it a self-signed certificate?
If it's not from a valid trusted root certification authority, export the signing root certificate, send it by email to the device, and then install the certificate; check this answer for more info.

Access Secured "HTTPS" webservice - WP 7

How to access the secured "HTTPS" webservice in Windows Phone 7. The secured certificate is not given, I should either skip or ignore the error message. Any help?
The site you're accessing needs to have a valid certificate from an issuer recognised by the platform. The latest list of these issuers I've seen is here.
push notifications from authenticated services
Note Geotrust will give you a 30 day trial certificate which is handy for testing.

Resources