Class Stomp::SSLParams
In: lib/stomp/sslparams.rb
Parent: Object

Purpose

Parameters for STOMP ssl connections.

Methods

new  

Attributes

cert_file  [RW]  The client certificate file.
ciphers  [RW]  Optional list of SSL ciphers to be used. In the format documented for Ruby‘s OpenSSL.
ctx  [RW]  Back reference to the OpenSSL::SSL::SSLContext instance, gem sets before connect
fsck  [R]  Client wants file existance check now. true/value or false/nil
key_file  [RW]  The client private key file.
peer_cert  [RW]  The certificate of the connection peer (the server), received during the handshake.
ts_files  [RW]  The trust store files. Normally the certificate of the CA that signed the server‘s certificate. One file name, or a CSV list of file names.
use_ruby_ciphers  [R]  Abcolute command to use Ruby default ciphers
verify_result  [RW]  SSL Connect Verify Result. The result of the handshake.

Public Class methods

[Validate]