Class ExampleSSL4
In: examples/ssl_uc4.rb
Parent: Object

SSL Use Case 4 - server does authenticate client, client does authenticate server

Subcase 4.A - Message broker configuration does not require client authentication

  • Expect connection success
  • Expect a verify result of 0 becuase the client did authenticate the server‘s certificate.

Subcase 4.B - Message broker configuration does require client authentication

  • Expect connection success if the server can authenticate the client certificate
  • Expect a verify result of 0 because the client did authenticate the server‘s certificate.

Methods

new   run  

Public Class methods

Initialize.

Public Instance methods

Run example.

[Validate]