Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Remove ssl_version option from webhook#949

Merged
kdaigle merged 1 commit into
masterfrom
remove-ssl-option-from-web
Oct 16, 2014
Merged

Remove ssl_version option from webhook#949
kdaigle merged 1 commit into
masterfrom
remove-ssl-option-from-web

Conversation

@kdaigle

@kdaigle kdaigle commented Oct 16, 2014

Copy link
Copy Markdown
Member

Due to the SSLv3 POODLE issue, anyone who has SSLv3 set manually on their webhook won't be able to communicate with servers who (likely) dropped support for SSLv3. This also impacts anyone who uses something like Heroku to host their integration. Given SSLv3 is insecure regardless, I think it's best to completely remove this option.

The documentation also stated that you could set to SSLv2 but that isn't actually true in the code below. This clarifies and relies on TLS.

cc @jdpace @dbussink

Due to the SSLv3 POODLE issue, anyone who has SSLv3 set manually
on their webhook won't be able to communicate with their servers.
This especially impacts anyone who uses something like Heroku to
host their integration. Given SSLv3 is insecure regardless, I
think it's best to completely remove this option.

The documentation also stated that you could set to SSLv2 but that
isn't actually true in the code below.

cc @jdpace @dbussink
@dbussink

Copy link
Copy Markdown
Contributor

👍 on removing this option.

@kdaigle

kdaigle commented Oct 16, 2014

Copy link
Copy Markdown
Member Author

We also checked all webhooks that currently specify the ssl_version: 3 option and every host supports some version of TLS. ✨

kdaigle added a commit that referenced this pull request Oct 16, 2014
Remove `ssl_version` option from webhook
@kdaigle kdaigle merged commit aeb36fd into master Oct 16, 2014
@kdaigle kdaigle deleted the remove-ssl-option-from-web branch October 16, 2014 16:54
@atmos

atmos commented Oct 16, 2014

Copy link
Copy Markdown
Contributor

im-so-happy-right-now-reaction-gif

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants