8000 Add section about cacert.pem to README · codezninja/codebird-php@5bd09e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bd09e2

Browse files
committed
Add section about cacert.pem to README
1 parent ace8033 commit 5bd09e2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ codebird-php - changelog
22
========================
33

44
2.4.2 (not yet released)
5+
+ Add section about cacert.pem to README
56

67
2.4.1 (2013-06-23)
78
+ #26 Stringify null and boolean parameters

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,13 @@ User must verify login
390390
When this error occurs, advise the user to
391391
[generate a temporary password](https://twitter.com/settings/applications)
392392
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.

0 commit comments

Comments
 (0)
0