Created on 11-27-2018 05:54 AM - edited 08-17-2019 04:08 PM
OS: RHL 7
I am still not very clear regarding the FQDN of the system needed while registering the host.
The screenshot is attached.
Created 11-27-2018 03:15 PM
Hi @Shraddha Singh,
It looks like your ambari-agent is running but its nota ble to contact the Ambari-server to TLS issue.
Can you carefully read this article and see if it helps you ?
additionaly try disable Cert verification in python refering to :https://access.redhat.com/articles/2039753#controlling-certificate-verification-7
sed -i 's/verify=platform_default/verify=disable/'/etc/python/cert-verification.cfg
Please accept this answer if it helps you
Created 12-04-2018 06:44 AM
Thanks @Akhil S Naik, the issue was resolved using the above method.
Created 11-28-2018 11:35 AM
Hi @Shraddha Singh,
I encountered same issue during the ambari-agent registration.
error:
Ambari-agent registration failed with ambari-server due to below issue EOF occurred in violation of protocol (_ssl.c:618) ERROR 2018-11-27 13:43:19,511 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions
Resolution:
vi /etc/ambari-agent/conf/ambari-agent.ini force_https_protocol=PROTOCOL_TLSv1_2 vi /etc/python/cert-verification.cfg [https] verify=disable
Hope this helps!!!. Thanks