Actions
Feature #9758
closedAllow setting SSLContext#extra_chain_cert in Net::HTTP
Feature #9758:
Allow setting SSLContext#extra_chain_cert in Net::HTTP
Status:
Closed
Assignee:
-
Target version:
-
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
Actions