github-v3-api
github-v3-api copied to clipboard
SSL Certs Not Being Verified
SSL certificate verification is disabled in both the sinatra utility app for getting your access_token and in the GitHubV3API library itself (which uses rest-client).
Need to figure out a good way to enable certificate verification on OSX in such a way that the same code still works in an environment that doesn't have an effed idea of how to tweak OpenSSL.