When we tried to connect to our local development server which is using a self-signed certificate, the connection failed due to an error "certificate verify failed (Faraday::SSLError)". It is better to add an option to turn off verification checking on SSL certificate when connecting to api_host. Thanks.