Can't configure osad to work with Satellite or Proxy using its cname
Issue
- Recently we installed two proxy servers in our local Satellite environment
- The intention is to configure all Linux clients to the connect to the proxy servers by cname.
- After that, on the client yum works just fine. But when I restart the osad I'm getting the following error:
Linux client# service osad restart
Shutting down osad: [ OK ]
Starting osad: Not able to reconnect
Traceback (most recent call last):
File "/usr/share/rhn/osad/jabber_lib.py", line 252, in setup_connection
c = self._get_jabber_client(js)
File "/usr/share/rhn/osad/jabber_lib.py", line 309, in _get_jabber_client
c.connect()
File "/usr/share/rhn/osad/jabber_lib.py", line 589, in connect
raise SSLDisabledError
SSLDisabledError
- Followed the instructions in "4.2. Adding CNAME Records to the Satellite Proxy Server Configuration" of the Proxy_Installation_Guide.
- In the proxy's installation answers file we added the entry "SSL_CNAME=(cname.domain.tld)". The certificate itself and the distribution of it looks ok.
Environment
- Red Hat Satellite or Proxy 5.6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
