We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992d07c commit 23b4301Copy full SHA for 23b4301
1 file changed
lib/net/http.rb
@@ -886,6 +886,7 @@ def use_ssl=(flag)
886
:@verify_depth,
887
:@verify_mode,
888
:@verify_hostname,
889
+ :@alpn_protocols,
890
]
891
SSL_ATTRIBUTES = [
892
:ca_file,
@@ -903,6 +904,7 @@ def use_ssl=(flag)
903
904
:verify_depth,
905
:verify_mode,
906
:verify_hostname,
907
+ :alpn_protocols,
908
909
910
# Sets path of a CA certification file in PEM format.
0 commit comments