Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb7e6c5

Browse files
Hubotgjtorikian
Hubot
authored andcommitted
Sync changes from upstream repository
1 parentae7ad9c commitcb7e6c5

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
kind:change
3+
title:Removed SSLv3 support from webhooks and services
4+
created_at:2014-10-16
5+
author_name:kdaigle
6+
---
7+
8+
This morning, we[removed support][github-services-pr] for the`ssl_version` webhook configuration
9+
option and made`TLS 1.X` the default cryptographic protocol to address the[POODLE exploit][poodle].
10+
You should no longer set or rely on the`ssl_version` configuration option.
11+
12+
If you have any questions or feedback, please[drop us a line][contact].
13+
14+
[github-services-pr]:https://github.com/github/github-services/pull/949
15+
[poodle]:https://www.openssl.org/~bodo/ssl-poodle.pdf
16+
[contact]:https://github.com/contact?form[subject]=Removed+SSLv3+support+from+webhooks+and+services

‎content/v3/troubleshooting.md‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ you might be able to fix the issue by either caching our results, or [using cond
4242
In certain exceptional cases, we may temporarily bump your rate limit higher. You
4343
should be prepared to answer technical questions about your goal and your planned usage of the API. We may still choose not to bump your limit if we feel that you can achieve your wildest
4444
dreams with the current rate limit (but don't worry, we'll help you out).
45-
46-
##Why can't my server with SSL receive Webhooks?
47-
48-
When we send events to your server, we attempt to negotiate either SSL version 2 or 3.
49-
If your server requires a specific SSL version and does not support SSL negotiation,
50-
you can specify a specific version within the[webhook's config block](https://developer.github.com/v3/repos/hooks/#edit-a-hook). Include a parameter called`ssl_version`, with a value of either`2` or`3`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp