aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/noproto_client.rb
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 21:11:26 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 21:11:26 -0800
commit36ccead4039872e02b85f6c99e899fc9739bc743 (patch)
tree5863090ab020415d9fada86bc96c279bdac08df8 /src/ruby/bin/noproto_client.rb
parent783eddfd6b56a9d13c31fc41b38c15fd4d71ab59 (diff)
parent0170a6c662337a1d9c741fa466d3a26723f2d5cf (diff)
Merge pull request #735 from jboeuf/fix_ssl_san
Verifying the peer name on the X509 Certs correctly.
Diffstat (limited to 'src/ruby/bin/noproto_client.rb')
-rwxr-xr-xsrc/ruby/bin/noproto_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/noproto_client.rb b/src/ruby/bin/noproto_client.rb
index 44710520d2..f3fd110347 100755
--- a/src/ruby/bin/noproto_client.rb
+++ b/src/ruby/bin/noproto_client.rb
@@ -89,7 +89,7 @@ def main
if options['secure']
stub_opts = {
:creds => test_creds,
- GRPC::Core::Channel::SSL_TARGET => 'foo.test.google.com'
+ GRPC::Core::Channel::SSL_TARGET => 'foo.test.google.fr'
}
p stub_opts
p options['host']