The link to that thread was in [gvde] post Applied 3.11.4 update to existing 3.11.2 install, now foreman-installer is erroring out
Anyways i managed to get around this issue with
sudo vi /usr/sbin/katello-certs-check
#edit line 160
#from
CHECK=$(openssl verify -no-CApath -no-CAstore -CAfile $CA_BUNDLE_FILE -purpose sslserver -verbose $CERT_FILE 2>&1)
to
CHECK=$(openssl verify -no-CApath -CAfile $CA_BUNDLE_FILE -purpose sslserver -verbose $CERT_FILE 2>&1)
and then running`…
@frostygresh should the line be changed back to -no-CAstore, i guess not untill the bug is fixed?