Description
knoxshell doesn't handle invalid TLS well. TLS trust failure should have a nice message instead of just "Failure to acquire token. Please verify your credentials and Knox URL and try again."
# ./bin/knoxshell.sh init https://knox_host/default/knox-token Enter username: guest Enter password: log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Failure to acquire token. Please verify your credentials and Knox URL and try again.
Most likely we have a too aggressive catch block. The interesting part is that this message is logged but other messages aren't most likely due to KNOX-2100
Attachments
Issue Links
- relates to
-
KNOX-2100 knoxshell doesn't setup logging correctly
- Resolved
- links to