SSL Certificate Verify Failed - titusfortner/webdrivers GitHub Wiki
If you are getting an error like this (especially common on Windows):
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Add the following to your Gemfile:
gem 'net_http_ssl_fix'
Add the following to your code:
require 'net_http_ssl_fix'