class T2Server::SSL3ConnectionParameters

Connection parameters that specify the use of SSL version 3.

Public Class Methods

new() click to toggle source

Create connection parameters that specify the use of SSL version 3.

# File lib/t2-server/net/parameters.rb, line 110
def initialize
  super
  self[:ssl_version] = :SSLv3
end