spec/onstomp/connections_spec.rb in onstomp-1.0.7 vs spec/onstomp/connections_spec.rb in onstomp-1.0.8
- old
+ new
@@ -41,10 +41,11 @@
:post_connection_check => 'some hostname',
:ca_file => '/path/to/ca_file.pem',
:ca_path => '/path/to/ca_files/',
:cert => '/path/to/client/cert.pem',
:key => '/path/to/client/key.pem',
- :verify_mode => 'super_duper_mode'
+ :verify_mode => 'super_duper_mode',
+ :ssl_version => 'SSLv3'
}
}
let(:connected_frame) { mock('CONNECTED frame') }
let(:client) {
mock('client', :ssl => nil, :uri => client_uri)