I am trying to setup foreman and puppet master on the same RHEL7 server. I have performed following steps:
- Install Puppet Server [Version: 3.8.2]
- Install Foreman including smart proxy []
After installation I got the message similar to this:
Success! * Foreman is running at https://server.example.com Default credentials are 'admin:password' * Foreman Proxy is running at https://server.example.com:8443 * Puppetmaster is running at port 8140 The full log is at /var/log/foreman-installer/foreman-installer.log
But when I hit any of the below URL: https://server.example.com --- Foreman https://server.example.com:8140 --- puppet master
I am not able to open the Foreman dashboard. I did not see any errors in Apache and other foreman logs as well.
Any help is appreciated!!!
First turn off firewalld. If it's already off next check if SELinux is enforcing.
Either way, both should be on to be secure and look at Foreman docs for firewall configuration etc.