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 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 Google with your error is the best way to find some help in this area.
Links
Common problems
Table plus |
---|
|
Symptom or Situation | References and Help |
---|
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | | Using self-signed certificates | | SSLv3 related | Jira Legacy |
---|
server | System JIRA |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 729d679a8382ec9d-302cabb6-339f3a29-958b8d72-015e107badcd95b9a5732a63 |
---|
key | ACLI-188 |
---|
| ACLI-188
| javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name | |
|
Still having problems?