Ruby Gem Twitter - certificate verify failed (Twitter::Error::ClientError)
问题 I am trying to use the ruby gem 'twitter' but for unknown reasons I cant get it to work. Here is the .rb code: require 'twitter' puts "Greetings, World!" puts "Checkpoint 1" Twitter.configure do |config| config.consumer_key = "xxxxxxx" #removed for posting config.consumer_secret = "xxxxxxx" #removed for posting config.oauth_token = "xxxxxxx" #removed for posting config.oauth_token_secret = "xxxxxxx" #removed for posting end Twitter.verify_credentials puts "Checkpoint 2" and I get the