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.
Updated by Dominic Cleal almost 12 years ago
Where are you getting the error, from the Foreman UI when adding it?
Make sure you use an HTTPS URL (https://....
), since with those three config options enabled, it will listen for SSL connections on port 8443. When commented, it expects HTTP on 8443.
Updated by Dominic Cleal almost 12 years ago
- Status changed from New to Feedback
Updated by Dominic Cleal almost 12 years ago
- Status changed from Feedback to Closed
Actions