We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de64870 commit f8cb391Copy full SHA for f8cb391
src/test/ruby/ssl/test_context.rb
@@ -150,7 +150,7 @@ def test_context_ciphers
150
"ECDHE-RSA-AES128-GCM-SHA256", "ECDHE-RSA-AES256-GCM-SHA384",
151
"DHE-DSS-AES128-GCM-SHA256", "DHE-DSS-AES256-GCM-SHA384",
152
"DHE-RSA-AES128-GCM-SHA256", "DHE-RSA-AES256-GCM-SHA384",
153
- "AES128-GCM-SHA256", "AES256-GCM-SHA384",
+ # "AES128-GCM-SHA256", "AES256-GCM-SHA384", # TLS_RSA_WITH_AES_*_GCM_SHA* disabled in newer Java
154
155
# TLS 1.3
156
'TLS_AES_256_GCM_SHA384'
0 commit comments