Hi,
I don know i the subject is explicit enough but I have a problem and I hope to find some help here.
I had two hosts in my cluster (node1 and node2). I had to reinstall node1 due to some networks problem. In the engine, node1 appears now "Not reponsive" and I can't remove it from the engine ui.
Now node1 is back and I want to add it in the cluster but I can't. I've got this error (vdsm.log) :
BindingXMLRPC::ERROR::2014-04-11 01:04:42,622::BindingXMLRPC::81::vds::(threaded_start) xml-rpc handler exception
Traceback (most recent call last):
File "/usr/share/vdsm/BindingXMLRPC.py", line 77, in threaded_start
self.server.handle_request()
File "/usr/lib64/python2.6/SocketServer.py", line 278, in handle_request
self._handle_request_noblock()
File "/usr/lib64/python2.6/SocketServer.py", line 288, in _handle_request_noblock
request, client_address = self.get_request()
File "/usr/lib64/python2.6/SocketServer.py", line 456, in get_request
return self.socket.accept()
File "/usr/lib64/python2.6/site-packages/vdsm/SecureXMLRPCServer.py", line 136, in accept
raise SSL.SSLError("%s, client %s" % (e, address[0]))
SSLError: sslv3 alert certificate unknown, client 192.168.1.100
192.168.1.100 is the engine's address
Can somebody help me ?