#2570 Problem with default AJP hostname in IPv6 environment.
Closed: Fixed None Opened 7 years ago by edewata.

Currently the IPv4-specific "127.0.0.1" loopback address is used as the default AJP hostname in the default deployment configuration file which may cause problems in IPv6 environment. See the following issues:

The default AJP hostname should be changed to use a generic "localhost" address which should work in both IPv4 and IPv6 environments. The man page should be updated as well.

The workaround is to override the default AJP hostname as follows:

[Tomcat]
pki_ajp_host=localhost

Fixed in master:

  • 5ec9701229b4945cadcf60d84863521ad8485ca5

Fixed in 10.3 branch:

  • 3a49b9b3738befc03914b0a96aad61f9650fb935

Added upgrade script:

  • master: cb839206d6c1d562e2e4385f6822c7934e9455c6
  • 10.3 branch: 6b8c54d29cfc4f448566f50cb27a40eda07052ca

Metadata Update from @edewata:
- Issue set to the milestone: 10.3.10

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2690

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata