class NexusCli::SSLException
Public Instance Methods
message()
click to toggle source
# 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