I have a Foreman/Katello installation with selfsigned certificates and I can perform unattended installations and execute jobs remotely. When I install custom SSL certificates, remote execution stops working with the error: “Failed to initialize: RuntimeError - The only applicable proxy myserver is down” - Previously it was working.
When I check the certificates by katello-certs-check -c “/etc/pki/katello/certs/myserver.crt” -k /etc/pki/katello/private/myserver.key -b /etc/pki/katello/certs/CAbundle.crt I get no errors
Certificate installation/modification with:
foreman-installer --scenario katello --certs-server-cert “/etc/pki/katello/certs/myserver.crt” --certs-server-key “/etc/pki/katello/private/myserver.key” --certs-server-ca-cert “/etc/pki/katello/certs/CAbundle.crt” --certs-update-server --certs-update-server-ca
Returns no errors
Foreman and Proxy versions:
Foreman 1.22, Katello 3.12