Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zshenker merged 2 commits intomasterfromremove_ca_cert_bundle
Jul 25, 2014
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 help@zencoder.com 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 deletionsServices/Zencoder.php
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsServices/Zencoder/zencoder_ca_chain.crt
View file
Open in desktop

This file was deleted.


[8]ページ先頭

©2009-2025 Movatter.jp