Exception: Arachni::RPC::Exceptions::SSLPeerVerificationFailed

Inherits:
ConnectionError show all
Defined in:
lib/arachni/rpc/exceptions.rb

Overview

Signifies an authentication token mismatch between the client and the server.

Instance Method Summary collapse

Methods inherited from ConnectionError

#rpc_connection_error?

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_ssl_error?Bool

Returns true.

Returns:

  • (Bool)

    true



146
147
148
# File 'lib/arachni/rpc/exceptions.rb', line 146

def rpc_ssl_error?
    true
end