nakomis opened a new pull request, #98:
URL: https://github.com/apache/brooklyn-client/pull/98

   Currently the CLI returns `Get "https://localhost:8443/v1/server/version": 
x509: “localhost” certificate is not trusted` if you run it against a Brooklyn 
server with a self-signed certificate
   
   As this is a fairly common scencario, it seems worth pointing the user 
towards a resolution, i.e. use of `--skipSslChecks`
   
   Sample output:
   
   ```
   br login https://localhost:8443
   Get "https://localhost:8443/v1/server/version": x509: “localhost” 
certificate is not trusted
   
   This may be due to a missing or untrusted certificate in use by the AMP 
server.
   If this is expected and you trust the connection to the server, you can 
ignore this with:
   
       br login --skipSslChecks https://localhost:8443
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to