diff options
author | Zach Copley <zach@status.net> | 2009-11-24 19:11:34 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-24 19:12:57 +0000 |
commit | 3556861596652b82e607db62c9c28ef379657779 (patch) | |
tree | ca302b271a644574518d0e1b6728ea3da49450be /lib | |
parent | 9694e3e4cfd0bc9bf4cf04e575afb31a1e941e16 (diff) |
Fix SSL options for Twitter bridge HTTP requests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oauthclient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oauthclient.php b/lib/oauthclient.php index 1a86e2460..b22fd7897 100644 --- a/lib/oauthclient.php +++ b/lib/oauthclient.php @@ -197,6 +197,7 @@ class OAuthClient 'timeout' => 120, 'follow_redirects' => true, 'ssl_verify_peer' => false, + 'ssl_verify_host' => false )); // Twitter is strict about accepting invalid "Expect" headers |