Issue #9758 has been reported by Stephen Touset. ---------------------------------------- Bug #9758: Allow setting SSLContext#extra_chain_cert in Net::HTTP https://bugs.ruby-lang.org/issues/9758 * Author: Stephen Touset * Status: Open * Priority: Normal * Assignee: * Category: lib * Target version: current: 2.2.0 * ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Currently, Net::HTTP can only send a single SSL certificate when it establishes a connection. Some use-cases involve sending an entire certificate chain to the destination; for this, SSLContext supports assigning to #extra_chain_cert=. This adds support in Net::HTTP for exposing this underlying SSLContext property to end-users. ---Files-------------------------------- 0001-Expose-SSLContext-extra_chain_cert-in-Net-HTTP.patch (1.54 KB) -- https://bugs.ruby-lang.org/