examples/ssl_uc2.rb in stomp-1.3.3 vs examples/ssl_uc2.rb in stomp-1.3.4
- old
+ new
@@ -28,11 +28,10 @@
# Change the following to the location of the server's CA signed certificate.
ts_flist << "/home/gmallard/sslwork/2013/TestCA.crt"
ssl_opts = Stomp::SSLParams.new(:ts_files => ts_flist.join(","),
- :fsck => true,
- )
+ :fsck => true)
#
hash = { :hosts => [
{:login => 'guest', :passcode => 'guest', :host => 'localhost', :port => 61612, :ssl => ssl_opts},
],
:reliable => false, # YMMV, to test this in a sane manner