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

Commitf329fa1

Browse files
author
Michael Christopher
committed
Moved CA certificates into Zencoder folder
1 parentb3bb3b4 commitf329fa1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎Services/Zencoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __construct(
7373
$api_host,
7474
array("curlopts" =>array(
7575
CURLOPT_USERAGENT =>self::USER_AGENT,
76-
CURLOPT_CAINFO =>dirname(__FILE__) ."/zencoder_ca_chain.crt",
76+
CURLOPT_CAINFO =>dirname(__FILE__) ."/Zencoder/zencoder_ca_chain.crt",
7777
),"api_key" =>$api_key,"debug" =>$debug)
7878
);
7979
$this->accounts =newServices_Zencoder_Accounts($this);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp