Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly reject unauthorized certificates #140

Merged
merged 1 commit into from
Oct 28, 2019

Commits on Oct 28, 2019

  1. Properly reject unauthorized certificates

    We only want Airtable.js to connect to servers with authorized SSL
    certificates, at least by default.
    
    Before this change, we weren't doing that. By default, this library
    would connect to a site with an unauthorized SSL certificate by default.
    (Confusingly, you could fix this by setting the undocumented
    `allowUnauthorizedSsl` option to `false`, which is backwards!)
    
    This change fixes that. Now the `allowUnauthorizedSsl` option works as
    expected, and more importantly, we will reject unauthorized certificates
    by default.
    Evan Hahn committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6d1566b View commit details
    Browse the repository at this point in the history