Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
UPdated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekta-slit committed Dec 15, 2015
1 parent 0972fad commit 10f1240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
```
Expand Down

0 comments on commit 10f1240

Please sign in to comment.