Skip to content

Commit b19a6ac

Browse files
authored
Update README.md
1 parent 08f0d93 commit b19a6ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Support Python 3.7, 3.8, 3.9, 3.10.
99

1010
This tool calls the SSL Labs [API v3](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md) to do SSL testings on servers.
1111

12-
- ℹ️ Please note that the SSL Labs Assessment API has access rate limits. You can find more details in the sections "Error Response Status Codes" and "Access Rate and Rate Limiting" in the official [SSL Labs API Documentation](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md). Some common status codes are:
13-
- 400 - invocation error (e.g., invalid parameters)
14-
- 429 - client request rate too high or too many new assessments too fast
15-
- 500 - internal error
16-
- 503 - the service is not available (e.g., down for maintenance)
17-
- 529 - the service is overloaded
12+
ℹ️ Please note that the SSL Labs Assessment API has access rate limits. You can find more details in the sections "Error Response Status Codes" and "Access Rate and Rate Limiting" in the official [SSL Labs API Documentation](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md). Some common status codes are:
13+
- 400 - invocation error (e.g., invalid parameters)
14+
- 429 - client request rate too high or too many new assessments too fast
15+
- 500 - internal error
16+
- 503 - the service is not available (e.g., down for maintenance)
17+
- 529 - the service is overloaded
1818

1919
---
2020
## Input and Output

0 commit comments

Comments
 (0)