From 10f12404a2d87937f4fe716b32b20e7cc21f6e1d Mon Sep 17 00:00:00 2001 From: Ekta Date: Tue, 15 Dec 2015 16:54:04 +0530 Subject: [PATCH] UPdated readme --- V2.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2.0/README.md b/V2.0/README.md index bf8ed2b..bdd7691 100644 --- a/V2.0/README.md +++ b/V2.0/README.md @@ -126,7 +126,7 @@ List of API calls that you can make, you can click to read more about it. Please ####Recommendation: -If you face any error like "Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)\n", with our library then by adding the below line of code just before curl_exec() ( line no. 37 ) in mailin.php file, you may no longer face this issue. +If you face any error like "Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)\n", with our library then by adding the below line of code just before curl_exec() ( line no. 40 ) in mailin.php file, you may no longer face this issue. ```PHP curl_setopt($ch, CURLOPT_CAINFO, "PATH_TO/cacert.pem"); ```