Created 08-12-2016 06:26 AM
i have faced the same issue, for this Java up-grade is not required.
Just intall the openssl package and run installation host registration went fine.
1) from vm connect to the internet
2) Install the opnssl package
#yum install openssl
if it installed fine, you can proceed with host Registration .
it worked for me.
Created 09-20-2016 04:35 AM
I am facing below issue even after upgrading ambari-server,ambari agent, openssl,rebooting ambari,ssh
ERROR 2016-09-20 09:48:52,494 NetUtil.py:77 - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) ERROR 2016-09-20 09:48:52,495 NetUtil.py:78 - SSLError: Failed to connect. Please check openssl library versions. Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details. WARNING 2016-09-20 09:48:52,495 NetUtil.py:105 - Server at https://localhost:8440 is not reachable, sleeping for 10 seconds... ', None) Connection to localhost closed. SSH command execution finished host=localhost, exitcode=0 Command end time 2016-09-20 09:48:54 Registering with the server... Registration with the server failed. Can anyone pls help me? I am using ubuntu 16 OS
Created 11-25-2016 11:03 AM
In our case the problem was that the other nodes have OpenJDK instead of oracle's, installing Oracle JDK on those nodes solves the problem
Created 11-25-2016 11:04 AM
In our case the problem was that the other nodes have OpenJDK instead of oracle's, installing Oracle JDK on those nodes solves the problem
Created 09-20-2017 02:25 PM
I've been stuck with this problem for a day and I've tried everything on this post, but nothing works.
However, the link from this post solved my problem so I thought I should link it to here.
Basically, disable certificate verification on all nodes
vi /etc/python/cert-verification.cfg [https] verify=disable
good luck.
Created 07-17-2018 06:54 AM
[ RESOLVED ]
Gone through same issue only when we are using oVirt Virtualization For our cluster deployment.
Only following solution resolved the problem (Thanks to @bing lv and @Deven Fan:
By adding below config in [security] section of
vi /etc/ambari-agent/conf/ambari-agent.ini force_https_protocol=PROTOCOL_TLSv1_2
vi /etc/python/cert-verification.cfg [https] verify=disable
Created 09-02-2018 09:50 AM
Thanks!! These changes should be performed on all hosts
Created 11-27-2018 04:03 PM
Thanks Prashant
Created 12-10-2018 04:52 PM
Perfect solution, it works
Created 07-30-2018 03:21 PM
Hello
I've just add these two line below under security section and it works
[security]
ssl_verify_cert=0
force_https_protocol=PROTOCOL_TLSv1_2