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

Conversation

EvanHahn
Copy link
Contributor

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.

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.
@EvanHahn EvanHahn merged commit f5aa1ee into master Oct 28, 2019
@EvanHahn EvanHahn deleted the properlyRejectUnauthorizedSsl branch October 28, 2019 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants