Bug 642340
| Summary: | RHN Proxy 5.4 webUI installer fail if you enable both ssl and push | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Network | Reporter: | Miroslav Suchý <msuchy> |
| Component: | RHN/Other | Assignee: | rhn-dev-list |
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Network Quality Assurance <rhn-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rhn522 | CC: | cperry, dyordano, jhutar, nbronson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 631847 | Environment: | |
| Last Closed: | 2010-10-12 16:21:09 UTC | Type: | --- |
| 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: | 631847 | ||
| Bug Blocks: | 608756, 631872 | ||
|
Description
Miroslav Suchý
2010-10-12 16:11:49 UTC
you could not directly use our patch since hosted use import_ssl_cert, and we use generate_ssl_cert method. But you will handle it :) http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=1394331d1f4f4d52cc8ee622b2fc737aa4b06e4f;hp=b1691846ac808ed89b2c839fad17b7a5064fe8e3 Dude - not needed jabberd and osad is a Satellite only thing. While they could make code change, it is not needed for RHN Hosted installations of RHN Proxy. Closing notabug. # special cases... + my $jabber_user = 'jabberd'; + if ($params{'version'} >= 5.4) { + $jabber_user = 'jabber'; + } eval { # server_pem - for jabberd import_file(-path => '/etc/jabberd/server.pem', -content => $server_pem, -config_channel => $cc, - -username => 'jabberd', - -groupname => 'jabberd', + -username => $jabber_user, + -groupname => $jabber_user, -mode => '600'); |