当我在webUI上使用httpd本地存储库和Comfire主机安装ambari服务器时,我得到了如下错误:
INFO 2018-05-27 15:39:16,776 NetUtil.py:70 - Connecting to https://master:8440/ca
ERROR 2018-05-27 15:39:16,787 NetUtil.py:96 - [Errno 8] _ssl.c:493: EOF occurred in violation of protocol
ERROR 2018-05-27 15:39:16,788 NetUtil.py:97 - SSLError: Failed to connect.Please check openssl library versions.
Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
WARNING 2018-05-27 15:39:16,789 NetUtil.py:124 - Server at https://master:8440 is not reachable, sleeping for 10 seconds...
INFO 2018-05-27 15:39:26,793 NetUtil.py:70 - Connecting to https://master:8440/ca
ERROR 2018-05-27 15:39:26,799 NetUtil.py:96 - [Errno 8] _ssl.c:493: EOF occurred in violation of protocol
ERROR 2018-05-27 15:39:26,799 NetUtil.py:97 - SSLError: Failed to connect. Please check openssl library versions.Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
WARNING 2018-05-27 15:39:26,801 NetUtil.py:124 - Server at https://master:8440 is not reachable, sleeping for 10 seconds...我的环境信息如下:
在我的其他amabri代理节点上,我可以在8440端口上到达master,如下所示:
[root@slave2 ~]# telnet master 8440
Trying 192.168.17.128...
Connected to master.
Escape character is '^]'.请给我一些帮助,非常感谢!
发布于 2018-08-17 15:54:04
我也得到了同样的问题。
这对我有用。
在/etc/ambari-agent/conf/ambari-agent.ini中
将这一行添加到[security]下面
force_https_protocol=PROTOCOL_TLSv1_2
在/etc/python/cert-verification.cfg中
[https]
verify=disable (从默认更改为禁用)
发布于 2018-06-20 10:08:11
请在安装过程中检查JAVA_HOME和openSSL版本
https://stackoverflow.com/questions/50570394
复制相似问题