Skip to content

Commit

Permalink
Merge pull request #16 from rightscale/IV-2077_proxy
Browse files Browse the repository at this point in the history
Iv 2077 proxy
  • Loading branch information
tve committed Jul 21, 2015
2 parents b2ec0cf + 3bfa01c commit 30fb27d
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 267 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ BUCKET=rightscale-binaries
ACL=public-read
# dependencies that are not in Godep because they're used by the build&test process
DEPEND=golang.org/x/tools/cmd/cover github.com/onsi/ginkgo/ginkgo \
github.com/rlmcpherson/s3gof3r/gof3r github.com/tools/godep
github.com/rlmcpherson/s3gof3r/gof3r github.com/tools/godep \
golang.org/x/tools/cmd/vet

#=== below this line ideally remains unchanged, add new targets at the end ===

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ Or to allow access to www.example.com and blog.example.com over http you might u

Note the use of -server and -regexp, this is because the server named in -server is used when there is no X-Host header. The host in the -server option does not have to match the regexp but it is recommended for it match.

### Using a Proxy

WStunnel client may use a proxy as long as that proxy supports HTTPS CONNECT. Basic authentication may be used if the username and password are embedded in the url. For example, `-proxy http://myuser:mypass@proxy-server.com:3128`. In addition, the command line client will also respect the https_proxy/http_proxy environment variables if they're set. As websocket connections are very long lived, please set read timeouts on your proxy as high as possible.

### Using Secure Web Sockets (SSL)

WStunnel does not support SSL natively (although that would not be a big change). The recommended
Expand Down
Loading

0 comments on commit 30fb27d

Please sign in to comment.