Hi Sai, your SSL error sounds exactly like this issue: http://projects.theforeman.org/issues/15530
For my proxy, settings.yml as this as trusted hosts and reverse communications entries: # the hosts which the proxy accepts connections from # commenting the following lines would mean every verified SSL connection allowed :trusted_hosts: - mainformanserver.com - foremanproxy.com # Endpoint for reverse communication :foreman_url: https://mainforemanserver.com It is worth checking you can connect the proxy via HTTP - so in settings.yml make sure :http_port: is configured - e.g. :http_port: 8000 and then try adding the smart proxy via that address - http://foremanproxy.com:8000/ Hope that helps Dylan -- 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.
