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:11:34 +0000 |
commit | b20b59e9eaf8db1a5a2b26b697b03abfa98d0583 (patch) | |
tree | 7c1504250e2b528a8c17f2d151b2900321c6c8fe /lib/oauthclient.php | |
parent | 2eae258319d5621065f9491ba4d81814c0f2b1fd (diff) |
Fix SSL options for Twitter bridge HTTP requests
Diffstat (limited to 'lib/oauthclient.php')
-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 |