aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/client.rb')
-rw-r--r--lib/plum/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plum/client.rb b/lib/plum/client.rb
index 8cb9230..103d938 100644
--- a/lib/plum/client.rb
+++ b/lib/plum/client.rb
@@ -175,7 +175,7 @@ module Plum
cert_store.set_default_paths
ctx.cert_store = cert_store
if @config[:http2]
- ctx.ciphers = "ALL:!" + HTTPSServerConnection::CIPHER_BLACKLIST.join(":!")
+ ctx.ciphers = "ALL:!" + SSLSocketServerConnection::CIPHER_BLACKLIST.join(":!")
if ctx.respond_to?(:alpn_protocols)
ctx.alpn_protocols = ["h2", "http/1.1"]
end