Service is now deployed with the installer, but after a reboot and some time has passed the connection error returns, still debugging why this occurs..
Service is running and firewall is not blocking the port.
Apr 8 21:49:34 katello1 goferd: [INFO][MainThread] gofer.messaging.adapter.proton.connection:100 - connecting: URL: amqps://katello1.prod.example.net:5647|SSL: ca: /etc/rhsm/ca/katello-server-ca.pem|key: None|certificate: /etc/pki/consumer/bundle.pem|host-validation: None
Apr 8 21:49:34 katello1 goferd: [INFO][MainThread] root:473 - connecting to katello1.prod.example.net:5647...
Apr 8 21:49:34 katello1 goferd: [INFO][MainThread] root:513 - Disconnected
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - amqps://katello1.prod.example.net:5647
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - Traceback (most recent call last):
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib/python2.7/site-packages/gofer/messaging/adapter/proton/connection.py", line 102, in open
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - self._impl = BlockingConnection(url, ssl_domain=domain)
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/utils.py", line 197, in init
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - msg="Opening connection")
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/utils.py", line 228, in wait
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - self.container.process()
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/__init__.py", line 3725, in dispatch
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - ev.dispatch(self.handler)
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/__init__.py", line 3650, in dispatch
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - result = dispatch(handler, type.method, self)
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/__init__.py", line 3539, in dispatch
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - return m(*args)
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/utils.py", line 249, in on_transport_tail_closed
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - self.on_transport_closed(event)
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - File "/usr/lib64/python2.7/site-packages/proton/utils.py", line 253, in on_transport_closed
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - raise ConnectionException("Connection %s disconnected" % self.url);
Apr 8 21:49:34 katello1 goferd: [ERROR][MainThread] gofer.messaging.adapter.proton.connection:106 - ConnectionException: Connection amqps://katello1.prod.example.net:5647 disconnected
Apr 8 21:49:34 katello1 goferd: [INFO][MainThread] gofer.messaging.adapter.proton.connection:108 - retry in 106 seconds