class Faye::WebSocket::SslVerifier
def ssl_handshake_completed
def ssl_handshake_completed return unless should_verify? unless identity_verified? raise SSLError, "Host '#{ @hostname }' does not match the server certificate" end end
def ssl_handshake_completed return unless should_verify? unless identity_verified? raise SSLError, "Host '#{ @hostname }' does not match the server certificate" end end