commit | fbb78a65897ff40a7a40daa1b90aef5e23789827 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Mon May 27 22:01:36 2013 -0400 |
committer | Jake Farrell <jfarrell@apache.org> | Mon May 27 22:01:36 2013 -0400 |
tree | 6dffd7cb90c6ead2a1b7b92e61d9ed9559f02942 | |
parent | d3c71827f87cc25a6469af5fd8f30e38454832e1 [diff] |
Thrift-1978: Ruby: Thrift should allow for the SSL verify mode to be set Client: rb Patch: Timur Alperovich Ruby SSL verify mode cannot be specified, which means thrift cannot be used against servers with self-signed certificates over SSL. The suggested fix is to expose the SSL verification mode as a constructor argument in lib/rb/lib/thrift/transport/http_client_transport.rb.