8000 Merge pull request #320 from github/ssl-version-info · elskwid/developer.github.com@de0d6e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit de0d6e8

Browse files
committed
Merge pull request github#320 from github/ssl-version-info
Add docs for SSL versioning
2 parents d41ac11 + 14c7d04 commit de0d6e8

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

content/v3/troubleshooting.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ or [make sure that your scopes are valid](/v3/oauth/#scopes).
2222

2323
## Why am I not seeing all my results?
2424

25-
Most API calls accessing a list of resources (_e.g._, users, issues, _e.t.c._) support
26-
pagination. If you're making requests and receiving an incomplete set of results, you're
27-
probably only seeing the first page. You'll need to request the remaining pages
25+
Most API calls accessing a list of resources (_e.g._, users, issues, _e.t.c._) support
26+
pagination. If you're making requests and receiving an incomplete set of results, you're
27+
probably only seeing the first page. You'll need to request the remaining pages
2828
in order to get more results.
2929

3030
It's important to *not* try and guess the format of the pagination URL. Not every
@@ -39,6 +39,15 @@ our safety. You can read more about it [here](/v3/#rate-limiting).
3939
If you're using OAuth or Basic Authentication and are hitting your rate limits,
4040
you might be able to fix the issue by either caching our results, or [using conditional requests](/v3/#conditional-requests).
4141

42-
In certainly exceptional cases, we may temporarily bump your rate limit higher. You
43-
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
42+
In certain exceptional cases, we may temporarily bump your rate limit higher. You
43+
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](http://developer.github.com/v3/repos/hooks/#edit-a-hook).
51+
52+
`ssl`
53+
: *Optional* **integer** - Supports either the 2 or 3. It defaults to SSL negotiation.

0 commit comments

Comments
 (0)
0