Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Specify 127.0.0.1 not 'localhost', ipv6 makes different programs disa…
Browse files Browse the repository at this point in the history
…gree about which interface they mean.
  • Loading branch information
graydon committed Jul 17, 2012
1 parent c8a7ccd commit 2d23a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-buildbot-master-stunnel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pid =

[9988]
accept = 9988
connect = localhost:9989
connect = 127.0.0.1:9989
cert = ./rust-bot-cert.pem
key = ./rust-bot-privkey.pem
2 changes: 1 addition & 1 deletion rust-buildbot-slave-stunnel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pid =

[9987]
client = yes
accept = localhost:9987
accept = 127.0.0.1:9987
connect = bot.rust-lang.org:9988
cafile = ./rust-bot-cert.pem
verify = 3

0 comments on commit 2d23a46

Please sign in to comment.