Exception: NexusCli::SSLException

Inherits:
NexusCliError show all
Defined in:
lib/nexus_cli/errors.rb

Instance Method Summary collapse

Methods inherited from NexusCliError

status_code

Instance Method Details

#messageObject



228
229
230
# File 'lib/nexus_cli/errors.rb', line 228

def message
  "You are attempting to communicate securely with a server that has an untrusted certificate. Please ensure your certificate is correct or set ssl_verify to false."
end