Skip to content

Instantly share code, notes, and snippets.

@jls
Created August 25, 2010 08:44
Show Gist options
  • Save jls/549125 to your computer and use it in GitHub Desktop.
Save jls/549125 to your computer and use it in GitHub Desktop.
# /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