class Excon::SSLSocket

def connect

def connect
  @socket = TCPSocket.new(@params[:host], @params[:port])
end