Is it possible to establish secure connection in android web view pre lollipop? if so how?

742 Views Asked by At

Hi am using PayFort payment gateway for transaction through android web view. Its working fine on lollipop. But pre lollipop it throws "Could not establish secure connection" as the patches for web view are not available on pre lollipop any more. Is there any way to establish secure connection on pre lollipop with android web view? if yes, do i have to use certificates for establishg secure connection? if so how can i achieve it(refer any link or tutorial)? Thank you.

webView.postUrl(serverUrl, EncodingUtils.getBytes(formattedRequestString, "base64"));
0

There are 0 best solutions below