You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/troubleshooting.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ or [make sure that your scopes are valid](/v3/oauth/#scopes).
22
22
23
23
## Why am I not seeing all my results?
24
24
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
28
28
in order to get more results.
29
29
30
30
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).
39
39
If you're using OAuth or Basic Authentication and are hitting your rate limits,
40
40
you might be able to fix the issue by either caching our results, or [using conditional requests](/v3/#conditional-requests).
41
41
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
44
44
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