diff --git a/test/test_binder.rb b/test/test_binder.rb index 21901dd960..7990085ac6 100644 --- a/test/test_binder.rb +++ b/test/test_binder.rb @@ -49,7 +49,7 @@ def test_binder_parses_jruby_ssl_options keystore = File.expand_path "../../examples/puma/keystore.jks", __FILE__ ssl_cipher_list = "TLS_DHE_RSA_WITH_DES_CBC_SHA,TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA" - @binder.parse(["ssl://0.0.0.0?keystore=#{keystore}&ssl_cipher_list=#{ssl_cipher_list}"], @events) + @binder.parse(["ssl://0.0.0.0:8080?keystore=#{keystore}&keystore-pass=&ssl_cipher_list=#{ssl_cipher_list}"], @events) ssl= @binder.instance_variable_get(:@ios)[0] ctx = ssl.instance_variable_get(:@ctx)