Actions
Feature #15009
closedAdd negotiated SSL protocol and cipher to Net::HTTP debug output
Feature #15009:
Add negotiated SSL protocol and cipher to Net::HTTP debug output
Description
This makes is easier to verify what Ruby has negotiated with the server. An example of why you'd want to double check; for credit card payment data the PCI DSS mandates that TLS 1.1 or newer is used after June 30.
Example output:
Actions