File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ codebird-php - changelog
2
2
========================
3
3
4
4
2.4.2 (not yet released)
5
+ + Add section about cacert.pem to README
5
6
6
7
2.4.1 (2013-06-23)
7
8
+ #26 Stringify null and boolean parameters
Original file line number Diff line number Diff line change @@ -390,3 +390,13 @@ User must verify login
390
390
When this error occurs, advise the user to
391
391
[ generate a temporary password] ( https://twitter.com/settings/applications )
392
392
on twitter.com and use that to complete signing in to the application.
393
+
394
+ …know what cacert.pem is for?
395
+ -----------------------------
396
+
397
+ Connections to the Twitter API are done over a secured SSL connection.
398
+ Since 2.4.0, codebird-php checks if the Twitter API server has a valid
399
+ SSL certificate. Valid certificates have a correct signature-chain.
400
+ The cacert.pem file contains a list of all public certificates for root
401
+ certificate authorities. You can find more information about this file
402
+ at http://curl.haxx.se/docs/caextract.html .
You can’t perform that action at this time.
0 commit comments