I’m trying to install Ambari for the first time and I can’t get any of the nodes to register. I keep getting messages like:
INFO 2015-03-31 20:22:47,824 security.py:48 – SSL Connect being called.. connecting to the server
INFO 2015-03-31 20:22:47,845 Controller.py:103 – Unable to connect to: https://dvdrsharelot1.den.ofi.com:8441/agent/v1/register/dvdrsharelot2
Traceback (most recent call last):
File “/usr/lib/python2.6/site-packages/ambari_agent/Controller.py”, line 88, in registerWithServer
response = self.sendRequest(self.registerUrl, data)
File “/usr/lib/python2.6/site-packages/ambari_agent/Controller.py”, line 235, in sendRequest
self.cachedconnect = security.CachedHTTPSConnection(self.config)
File “/usr/lib/python2.6/site-packages/ambari_agent/security.py”, line 76, in __init__
self.connect()
File “/usr/lib/python2.6/site-packages/ambari_agent/security.py”, line 81, in connect
self.httpsconn.connect()
File “/usr/lib/python2.6/site-packages/ambari_agent/security.py”, line 65, in connect
ca_certs=server_crt)
File “/usr/lib64/python2.6/ssl.py”, line 342, in wrap_socket
suppress_ragged_eofs=suppress_ragged_eofs)
File “/usr/lib64/python2.6/ssl.py”, line 118, in __init__
cert_reqs, ssl_version, ca_certs)
SSLError: [Errno 336445442] _ssl.c:355: error:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib
‘, None)
I’ve tried wiping the keys directory, reinstalling the agents, rebooting. Any ideas on what I can do to fix this?