No you don't want to change the https port, you want to enable http

so you'll have

:https_port: 8443
:http_port: 8000

you then need to restart the proxy (systemctl restart foreman-proxy), make 
sure the local firewall has that port open -

firewall-cmd --permanent --zone=public --add-port="8000/tcp"
firewall-cmd --complete-reload

and then try and connect via the GUI. Note this is just to test that 
foreman can actually contact the proxy, you'll still have to figure out the 
certificates issue (which I went into in quite a lot of detail in the 
ticket, http://projects.theforeman.org/issues/15530)

Dylan

On Thursday, July 28, 2016 at 9:57:40 AM UTC+12, Sai Krishna wrote:
>
> Hi Dylan,
>>
>
> Appreciate your reply.
>
> # http is disabled by default. To enable, uncomment 'http_port' setting
> # https is enabled if certificate, CA certificate, and private key are 
> present in locations specifed by
> # ssl_certificate, ssl_ca_file, and ssl_private_key correspondingly
> # default values for https_port is 8443
> :https_port: 8443  
>
> this was the intial setting I have changed it to 8000 but still facing 
> same error.
>
> Please advice.
> Sai Krishna
>

-- 
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.

Reply via email to