How to deal with HTTPS and SSL problems
Description
Generally speaking, the CLI works with standard https sites like Cloud. However, you may have an internal site or other that runs into various HTTPS/SSL problems. The most common cause is using self-signed certificates. They can be solved, but, each requires some problem determination and finding the solution that works for you. The CLI is implemented in Java and some of the resolutions have to do with telling Java how to work with the security involved with the system you are trying to access in a proper way. This describes some of the common problem symptoms and links to help resolve. Often using Google with your error is the best way to find some help in this area.
Links
- SSL Exceptions while using CLI add-ons
- Use Jira CLI with SSL
- HTTPS and SSL related issues for CLI products
- Adding self-signed https certificates to Java keystore
- How to properly import a self-signed certificate into Java keystore that is available to all Java applications by default?