Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created June 28, 2013 14:47
Show Gist options
  • Save claudijd/5885234 to your computer and use it in GitHub Desktop.
Save claudijd/5885234 to your computer and use it in GitHub Desktop.
httpclient #set_default_paths
def set_default_paths
@cacerts_loaded = true # avoid lazy override
@cert_store = X509::Store.new
@cert_store.set_default_paths
change_notify
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment