#642 Problem with co-located subsystems behind proxy
Closed: migrated by dmoluguw. Opened by edewata.

Suppose there are multiple subsystems installed on the same machine. If proxy is enabled, currently all communications among the subsystems are done via the proxy ports. Since they are on the same machine, they can actually communicate directly and more efficiently through the internal ports.

To use the internal ports, however, new parameters may need to be added to the default.cfg and CS.cfg. Also, some changes need to be done to the code at certain locations. It's possible to minimize the changes by limiting it to certain operations only (e.g. KRA connector), and everything else will continue to use the proxy ports.

The other option is to leave the code as is and make sure all required URL's are mapped correctly in the proxy configuration. The advantage is suppose the subsystems are later moved to separate machines all proxy configurations are already setup. However, maintaining an accurate URL list may become a maintenance issue for projects such as IPA that expose certain parts of Dogtag interface through proxy.


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

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/1212

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.

Metadata Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

Metadata