summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplaintextcity <plaintextcity@users.noreply.github.com>2015-12-16 13:55:36 -0500
committerplaintextcity <plaintextcity@users.noreply.github.com>2015-12-16 13:55:36 -0500
commitfc073dbc8fecac7a766c575c5ecb405bbdd08ae6 (patch)
treebf3668dd72a160ce46f110a255eb3c68f0e70811
parentbfff1009ff5010dc4a746a7da2d1831493e62214 (diff)
downloadssllabs-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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8bd763f..08a338b 100644
--- a/README.md
+++ b/README.md
@@ -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/