Changed sites cert with installer now getting errors

Problem:: I change the foreman main site ssl with an internal trusted cert and now I am getting
these errors when the job runs and after.

This is from the web ui smart proxy screen
Failure: ERF50-5345 [Foreman::WrappedException]: Unable to connect ([ProxyAPI::ProxyException]: ERF12-7885 [ProxyAPI::ProxyException]: Unable to fetch logs ([RestClient::SSLCertificateNotVerified]: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)) for proxy https://server.domain.com:9090/logs)

Danger alert: Error
ERF12-9411 [ProxyAPI::ProxyException]: Unable to fetch public key ([RestClient::SSLCertificateNotVerified]: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)) for proxy https://server.domain.com:9090/ssh

from proxy.log
2024-05-31T22:18:45 [E] OpenSSL::SSL::SSLError SSL_accept returned=1 errno=0 state=error: tlsv1 alert unknown ca

Expected outcome:
I need to change the ssl to an internal trust cert.

Foreman and Proxy versions:
3.10

Foreman and Proxy plugin versions:
what installs with the installer

Distribution and version:
Redhat 8.9

Other relevant data:

Ran the install again with this command

sudo foreman-installer --foreman-ssl-cert=/etc/pki/folder/cert.crt --foreman-ssl-chain=/etc/pki/folder/ca.pem --foreman-server-ssl-keys=/etc/pki/folder/sat.key --enable-foreman-plugin-ansible --enable-foreman-proxy-plugin-ansible

the folder and the cert, ca cert, and key are owned by root group foreman
I have checked with openssl the ca is trusted by the os.