Sha256: a3338692b2bb8429728e19a93a3ccf13bb0b49ce22794abe03e880600217f778
Contents?: true
Size: 1.49 KB
Versions: 7
Compression:
Stored size: 1.49 KB
Contents
Feature: Secure connections In order connect to an SSL protected broker As a client I want secure connections Scenario: SSL connection without verifying broker Given a Stomp 1.1 SSL broker When a connection is created for the SSL broker And no SSL verification is performed And an SSL post connection check is not performed And the connection is told to connect Then the connection should be connected Scenario: SSL connection verifying hostname Given a Stomp 1.1 SSL broker When a connection is created for the SSL broker And no SSL verification is performed And an SSL post connection check is performed on "My Broker" And the connection is told to connect Then the connection should be connected Scenario: SSL connection verifying hostname failure Given a Stomp 1.1 SSL broker When a connection is created for the SSL broker And the broker's host is "My Broker" And no SSL verification is performed And an SSL post connection check is performed on "Some Other Common Name" Then connecting should raise an openssl error Scenario: SSL broker certificate verification Given a Stomp 1.1 SSL broker When a connection is created for the SSL broker And the broker's host is "My Broker" And an SSL post connection check is performed on "My Broker" And the broker's certificate is verified by CA And SSL verification is performed And the connection is told to connect Then the connection should be connected
Version data entries
7 entries across 7 versions & 1 rubygems