Project

General

Profile

ActionsLike0

Feature #9758

closed

Allow setting SSLContext#extra_chain_cert in Net::HTTP

Added by stouset (Stephen Touset) about 11 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:62090]

Description

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

#1

Updated by zzak (zzak _) over 9 years ago

  • Assignee set to 7150
#2

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

  • Tracker changed from Bug to Feature
  • Description updated (diff)
#6

Updated by Anonymous almost 5 years ago

  • Status changed from Open to Closed
ActionsLike0

Also available in: Atom PDF