mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #1611 from jkutner/master
Update url for binder parsing test for JRuby
This commit is contained in:
commit
c3b3a9712a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TestBinder < Minitest::Test
|
|||
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue