Bug 535629 (RHQ-2304)
Summary: | get CLI to work over SSL out of box without requiring manual config | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | John Mazzitelli <mazz> |
Component: | CLI | Assignee: | John Mazzitelli <mazz> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Sudhir D <sdharane> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | Keywords: | Improvement |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jira.rhq-project.org/browse/RHQ-2304 | ||
Whiteboard: | verified | ||
Fixed In Version: | 1.3 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
John Mazzitelli
2009-08-07 14:37:00 UTC
no need to mess with environment vars if you are on a Sun JRE and you only need a self-signed auto-generated cert. to test: just start the out-of-box CLI (don't mess with any env files or set special props) and login over SSL: login rhqadmin rhqadmin localhost 7443 it should connect. then go to your CLI's data/ directory and confirm you have a keystore.dat file created. This is verified, login was successful and the keystore.dat gets created successfully in data/ directory. [root@dhcp6-150 bin]# ./rhq-cli.sh RHQ - RHQ Enterprise Remote CLI 1.3.0-SNAPSHOT unconnected$ login rhqadmin rhqadmin localhost 7443 Remote server version is: 1.3.0-SNAPSHOT(4856) Login successful rhqadmin@localhost:7443$quit [root@dhcp6-150 bin]# cd .. [root@dhcp6-150 rhq-remoting-cli-1.3.0-SNAPSHOT]# ls bin conf data lib logs [root@dhcp6-150 rhq-remoting-cli-1.3.0-SNAPSHOT]# cd data [root@dhcp6-150 data]# ls keystore.dat This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2304 |