Bug 1144950
| Summary: | Console should show error info when adding invalid SSL certificate file. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yanping Zhang <yanpzhan> |
| Component: | Management Console | Assignee: | Jessica Forrester <jforrest> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | calfonso, jforrest, jokerman, libra-bugs, libra-onpremise-devel, lmeyer, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1144940 | Environment: | |
| Last Closed: | 2015-02-18 16:51:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1144940 | ||
|
Description
Yanping Zhang
2014-09-22 06:34:27 UTC
The bug also exists on devenv_5180. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/4a2aa5bf01a201d63c106bd1858be30a62aa1c7a Bug 1144950 - Show server-side errors for bad certs Verified on devenv_5183. Steps to verify: 1.Login the env, Create an app, add an alias to the app, click "save". 2.Under SSL Certificate item, enter the path of file with invalid content, click "save". Actual results: When certificate file is invalid, next to the form prompt:Invalid certificate: not enough data. When key file is invalid, next to the form prompt:Invalid private key or pass phrase: Could not parse PKey: no start line. Works as expected, so change status to verified.THX! |