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

Appearance settings

Commit f329fa1

Browse filesBrowse files
author
Michael Christopher
committed
Moved CA certificates into Zencoder folder
1 parent b3bb3b4 commit f329fa1
Copy full SHA for f329fa1

File tree

2 files changed

+1
-1
lines changed
Filter options

2 files changed

+1
-1
lines changed

‎Services/Zencoder.php

Copy file name to clipboardExpand all lines: Services/Zencoder.php
+1-1Lines 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 = new Services_Zencoder_Accounts($this);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.