Bug 1475553
| Summary: | Outgoing SMTP E-mail Server settings not saved on first attempt | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jeffrey Cutter <jcutter> | |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Parthvi Vala <pvala> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | akarve, brant.evans, dluong, dscott, hkataria, jcutter, jhardy, jwarnica, kmorey, mpovolny, obarenbo, rspagnol | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1560098 1560099 (view as bug list) | Environment: | ||
| Last Closed: | 2019-02-11 13:55:26 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1560098, 1560099 | |||
| Attachments: | ||||
|
Description
Jeffrey Cutter
2017-07-26 21:27:03 UTC
Created attachment 1305049 [details]
initial setup - SSL Verify Mode default to none
Created attachment 1305050 [details]
openssl_verify_mode not set in last_settings.txt
Created attachment 1305051 [details]
toggle to peer
Created attachment 1305052 [details]
openssl_verify_mode now set to peer
Created attachment 1305053 [details]
SSL Verify Mode toggled to None (and saved)
Created attachment 1305054 [details]
openssl_verify_mode now set to none
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set it to Low/Low. I can confirm this or a related bug on 5.8.1 * Configure SMTP settings with TLS disabled * Attempt to send test email * See red error message with TLS failure * switch tls verify to something, switch it back * attempt to send test email * Success +1 on this bug. WORKAROUND ========== in advanced settings: :openssl_verify_mode: 'none' ^^^ will fix this issue Note that to duplicate this problem, you need an SMTP relay that has an unsigned / self signed cert. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/b04dd450a00a3292bd02f2e155eb482e37948612 commit b04dd450a00a3292bd02f2e155eb482e37948612 Author: Aparna Karve <akarve> AuthorDate: Tue Mar 20 18:07:47 2018 -0400 Commit: Aparna Karve <akarve> CommitDate: Tue Mar 20 18:07:47 2018 -0400 Set `openssl_verify_mode` to "none" to make the value appear in Advanced settings https://bugzilla.redhat.com/show_bug.cgi?id=1475553 app/controllers/ops_controller/settings/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Verified in 5.10.0.4. After setting Automatic TLS to false in advanced settings is :openssl_verify_mode: none. |