We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ffd5 commit 27d855fCopy full SHA for 27d855f
Zencoder.php
@@ -172,7 +172,7 @@ class ZencoderCURL {
172
CURLOPT_HEADER => 0, // Don't return the header in result
173
CURLOPT_HTTPHEADER => array("Content-Type: application/json", "Accept: application/json"),
174
CURLOPT_CONNECTTIMEOUT => 0, // Time in seconds to timeout send request. 0 is no timeout.
175
- CURLOPT_FOLLOWLOCATION => 1, // Follow redirects.
+ // CURLOPT_FOLLOWLOCATION => 0, // Follow redirects. (stopped because it was causing an error in safe mode)
176
// Dealing with the certificate. Still a sketchy area.
177
CURLOPT_SSL_VERIFYPEER => 0, // Turn off verification, curl -k or --insecure
178
CURLOPT_SSL_VERIFYHOST => 0
0 commit comments