Skip to content

Commit

Permalink
Merge pull request #1611 from jkutner/master
Browse files Browse the repository at this point in the history
Update url for binder parsing test for JRuby
  • Loading branch information
schneems committed Jul 9, 2018
2 parents 7f71af4 + db9e26a commit c3b3a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_binder.rb
Expand Up @@ -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)
Expand Down

0 comments on commit c3b3a97

Please sign in to comment.