Actions
Bug #2172
closedforeman-proxy 1.1rc5 with SSL enabled results in connection reset by peer
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
After using the installer to install 1.1rc5 the foreman-proxy only responds with "connection reset by peer".
A workaround is to comment out the following three lines in the config:
#:ssl_ca_file: /var/lib/puppet/ssl/certs/ca.pem
#:ssl_certificate: /var/lib/puppet/ssl/certs/foreman11.local.pem
#:ssl_private_key: /var/lib/puppet/ssl/private_keys/foreman11.local.pem
After that the proxy starts to work.
Actions