class NexusCli::NonSecureConnectionException

Public Instance Methods

message() click to toggle source
# File lib/nexus_cli/errors.rb, line 45
def message
  "Your communication with a server using an SSL certificate failed during validation. You may want to try the --insecure option."
end