diff options
author | Ivan Ristić <ivanr@webkreator.com> | 2015-12-17 13:09:49 +0000 |
---|---|---|
committer | Ivan Ristić <ivanr@webkreator.com> | 2015-12-17 13:09:49 +0000 |
commit | 1d4bef88cd1514df452189fe8fb5ee1c4143878f (patch) | |
tree | bf3668dd72a160ce46f110a255eb3c68f0e70811 | |
parent | bfff1009ff5010dc4a746a7da2d1831493e62214 (diff) | |
parent | fc073dbc8fecac7a766c575c5ecb405bbdd08ae6 (diff) | |
download | ssllabs-scan-1d4bef88cd1514df452189fe8fb5ee1c4143878f.zip ssllabs-scan-1d4bef88cd1514df452189fe8fb5ee1c4143878f.tar.gz ssllabs-scan-1d4bef88cd1514df452189fe8fb5ee1c4143878f.tar.bz2 |
Merge pull request #284 from plaintextcity/stable
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/ |