Bug #19644
closedSELinux should be configured to allow connections to katello-proxy-port
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1444361
Description of problem:
access denied error when expanding the Repository products:
Permission denied – connect(2) for “” port
To fix, used the line from https://access.redhat.com/solutions/1308183 :
Raw
semanage port -a -t foreman_proxy_port_t -p tcp <http_proxy_port>
Version-Release number of selected component (if applicable):
Version 6.2.8.
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Using "--katello-proxy-port=" should set up the correct SELinux context.
Additional info:
https://access.redhat.com/discussions/3008661
Bug 1177377 - Satellite 6.1 does not work with http proxy due to SELinux denials
Updated by Stephen Benjamin over 7 years ago
- Subject changed from SELinux should be configured to allow connections to katello-proxy-port to SELinux should be configured to allow connections to katello-proxy-port
- Category changed from Installer to SElinux
- Translation missing: en.field_release set to 114
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Status changed from New to Rejected
- Triaged set to No
The installer parameter is gone, but the docs describe how to use the http_cache_port_t for non-standard ports.