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

Commitefdd4df

Browse files
author
zshenker
committed
Merge pull request#18 from zencoder/remove_ca_cert_bundle
Removing the Zencoder CA chain cert and updating README
2 parentse820b24 +2643a07 commitefdd4df

File tree

3 files changed

+12
-64
lines changed

3 files changed

+12
-64
lines changed

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Zencoder API PHP Library
22
==========================
33

4+
Author:[Zac Shenker] (zshenker (a) brightcove (.) com)
5+
Company:[Brightcove/Zencoder](http://www.zencoder.com)
6+
Version: 2.1.3
7+
Date: 2014-07-24
8+
Repository:<http://github.com/zencoder/zencoder-php/>
9+
10+
The Zencoder CA chain certificate has been removed from the library as the bundled cert will be expiring on July 26 2014,
11+
and should not be required as PHP/curl should be able to use the built in CA chain.
12+
Please contact us athelp@zencoder.com with an issues.
13+
14+
415
Author:[Michael Christopher] (mchristopher (a) brightcove (.) c&#1;om)
516
Company:[Zencoder - Online Video Encoder](http://www.zencoder.com)
617
Version: 2.1.1

‎Services/Zencoder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ public function __construct(
118118
$this->http =newServices_Zencoder_Http(
119119
$api_host,
120120
array("curlopts" =>array(
121-
CURLOPT_USERAGENT =>self::USER_AGENT,
122-
CURLOPT_CAINFO =>dirname(__FILE__) ."/Zencoder/zencoder_ca_chain.crt",
121+
CURLOPT_USERAGENT =>self::USER_AGENT
123122
),"api_key" =>$api_key,"debug" =>$debug)
124123
);
125124
$this->accounts =newServices_Zencoder_Accounts($this);

‎Services/Zencoder/zencoder_ca_chain.crt

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp