Bug 1417190
Summary: | Problem with default AJP hostname in IPv6 environment. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jaroslav Reznik <jreznik> |
Component: | pki-core | Assignee: | RHCS Maintainers <rhcs-maint> |
Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.3 | CC: | bbhavsar, edewata, gparente, mharmsen, msauton, pbokoc, rhcs-maint |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | pki-core-10.3.3-17.el7_3 | Doc Type: | Bug Fix |
Doc Text: |
The IPv4-specific "127.0.0.1" loopback address was previously used in the default server configuration file as the default AJP host name. This caused connections to fail on servers which run in IPv6-only environments. With this update, the default value is changed to "localhost", which works with both IPv4 and IPv6 protocols. Additionally, an upgrade script is available to automatically change the AJP host name on existing server instances.
|
Story Points: | --- |
Clone Of: | 1413136 | Environment: | |
Last Closed: | 2017-03-02 17:27:10 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: | 1413136 | ||
Bug Blocks: |
Description
Jaroslav Reznik
2017-01-27 13:17:41 UTC
Cherry-picked to DOGTAG_10_3_RHEL_BRANCH from DOGTAG_10_3_BRANCH: * 6dabd74991f54aa827bd38b7e1b50925620535ae * 219c633d2aae2ae81724d4588e6aaf6969603ebb Cherry-picked to DOGTAG_10_3_RHEL_UNRELEASED_BRANCH from DOGTAG_10_3_BRANCH: * a9619a25af939ec86c8c3c856662612438246b22 * ca0aecdc4776b68887be690691882f879db421e5 Verified with build pki-core-10.3.3-17.el7_3 Steps followed : 1. created a CA instance 2. verified server.xml contains address as localhost instead of 127.0.0.1 <Connector port="20009" protocol="AJP/1.3" redirectPort="20443" address="localhost" /> 3. verified default.cfg contains pki_ajp_host=localhost Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0389.html |