Hello, > What configuration do you have set in > /etc/foreman-proxy/settings.d/puppet_proxy_puppet_api.yml? >
In external puppet master /etc/foreman-proxy/settings.d/puppet_proxy_puppet_api.yml --- # URL of the puppet master itself for API requests. :puppet_url: https://puppetmaster.com:8140 # # SSL certificates used to access the puppet API :puppet_ssl_ca: /etc/puppetlabs/puppet/ssl/certs/ca.pem :puppet_ssl_cert: /etc/puppetlabs/puppet/ssl/certs/puppetmaster..com.pem :puppet_ssl_key: /etc/puppetlabs/puppet/ssl/private_keys/puppetmaster.com.pem In foreman server /etc/foreman-proxy/settings.d/puppet_proxy_puppet_api.yml --- # URL of the puppet master itself for API requests. :puppet_url: https://foremanserver.com:8140 # # SSL certificates used to access the puppet API :puppet_ssl_ca: /etc/puppetlabs/puppet/ssl/certs/ca.pem :puppet_ssl_cert: /etc/puppetlabs/puppet/ssl/certs/foremanserver.com.pem :puppet_ssl_key: /etc/puppetlabs/puppet/ssl/private_keys/foremanserver.com.pem Thanks for your quick reply. above are the setting in the config file. is there anything wrong why there it is unable to pull the environments and having ssl issue? -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
