Created
August 25, 2010 08:44
-
-
Save jls/549125 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/lib/ruby/gems/1.8/gems/zencoder-2.1.13/lib/zencoder/http.rb | |
require 'openssl' | |
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE | |
# DAMMIT! Or you can just read the docs and figure out you can do this... | |
Zencoder::HTTP.default_options.merge!(:skip_ssl_verify => true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment