Skip to content

Commit

Permalink
use correct ssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
nvercamm committed Feb 12, 2014
1 parent 032aff0 commit 5783666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/MediaHavenRestClient.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class MediaHavenRestClient {
CURLOPT_USERPWD => $login . ":" . $password,
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_COOKIEJAR => "/tmp/cookie.txt",
CURLOPT_SSL_VERIFYPEER => false
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSLVERSION => 3
);

}
Expand Down

0 comments on commit 5783666

Please sign in to comment.