diff options
author | plaintextcity <plaintextcity@users.noreply.github.com> | 2015-12-16 13:55:36 -0500 |
---|---|---|
committer | plaintextcity <plaintextcity@users.noreply.github.com> | 2015-12-16 13:55:36 -0500 |
commit | fc073dbc8fecac7a766c575c5ecb405bbdd08ae6 (patch) | |
tree | bf3668dd72a160ce46f110a255eb3c68f0e70811 | |
parent | bfff1009ff5010dc4a746a7da2d1831493e62214 (diff) | |
download | ssllabs-scan-fc073dbc8fecac7a766c575c5ecb405bbdd08ae6.zip ssllabs-scan-fc073dbc8fecac7a766c575c5ecb405bbdd08ae6.tar.gz ssllabs-scan-fc073dbc8fecac7a766c575c5ecb405bbdd08ae6.tar.bz2 |
Update readme with proxy usage
Update readme with proxy usage
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -43,6 +43,20 @@ OPTIONS | --grade | false | Output only the hostname: grade | | --hostcheck | false | If true, host resolution failure will result in a fatal error | +##Using behind a web Proxy + +Linux/Unix: +``` + export HTTP_PROXY=[http://]host[:port] +``` +Windows: + +``` + set HTTP_PROXY=[http://]host[:port] +``` + +The rules of Go's ProxyFromEnvironment apply (HTTP_PROXY, HTTPS_PROXY, NO_PROXY, lowercase variants allowed). + ##Third-Party Tools and Libraries A list of libraries and tools that rely on the SSL Labs APIs can be found on the SSL Labs web site: https://www.ssllabs.com/projects/ssllabs-apis/ |