[ruby-core:70797] [Ruby trunk - Feature #9758] Allow setting SSLContext#extra_chain_cert in Net::HTTP

From: nobu@...
Date: 2015-09-13 05:35:13 UTC
List: ruby-core #70797
Issue #9758 has been updated by Nobuyoshi Nakada.

Tracker changed from Bug to Feature
Description updated

----------------------------------------
Feature #9758: Allow setting SSLContext#extra_chain_cert in Net::HTTP
https://bugs.ruby-lang.org/issues/9758#change-54182

* Author: Stephen Touset
* Status: Open
* Priority: Normal
* Assignee: openssl
----------------------------------------
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/

In This Thread

Prev Next