class Arachni::OptionGroups::RPC
Holds {Arachni::RPC::Client} and {Arachni::RPC::Server} options.
@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>
Attributes
client_max_retries[RW]
client_ssl_certificate[RW]
client_ssl_private_key[RW]
connection_pool_size[RW]
@note This should be permanently set to ‘1`, otherwise it will cause issues
with the scheduling of the workload distribution of multi-Instance scans.
@return [Integer]
Amount of concurrently open connections for each RPC client.
@see RPC::Client::Base
server_address[RW]
server_port[RW]
server_socket[RW]
server_ssl_certificate[RW]
server_ssl_private_key[RW]
ssl_ca[RW]
@return [String]
Path to an SSL certificate authority file in PEM format.
@see RPC::Server::Base
@see RPC::Client::Base