Skip to content

Removing the Zencoder CA chain cert and updating README #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Zencoder API PHP Library
==========================

Author: [Zac Shenker] (zshenker (a) brightcove (.) com)
Company: [Brightcove/Zencoder](http://www.zencoder.com)
Version: 2.1.3
Date: 2014-07-24
Repository: <http://github.com/zencoder/zencoder-php/>

The Zencoder CA chain certificate has been removed from the library as the bundled cert will be expiring on July 26 2014,
and should not be required as PHP/curl should be able to use the built in CA chain.
Please contact us at [email protected] with an issues.


Author: [Michael Christopher] (mchristopher (a) brightcove (.) c&#1;om)
Company: [Zencoder - Online Video Encoder](http://www.zencoder.com)
Version: 2.1.1
Expand Down
3 changes: 1 addition & 2 deletions Services/Zencoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ public function __construct(
$this->http = new Services_Zencoder_Http(
$api_host,
array("curlopts" => array(
CURLOPT_USERAGENT => self::USER_AGENT,
CURLOPT_CAINFO => dirname(__FILE__) . "/Zencoder/zencoder_ca_chain.crt",
CURLOPT_USERAGENT => self::USER_AGENT
), "api_key" => $api_key, "debug" => $debug)
);
$this->accounts = new Services_Zencoder_Accounts($this);
Expand Down
62 changes: 0 additions & 62 deletions Services/Zencoder/zencoder_ca_chain.crt

This file was deleted.