Ambari报错:SSLError: Failed to connect. Please check openssl library versions.

匿名 (未验证) 提交于 2019-12-03 00:22:01

ERROR 2018-03-08 15:02:25,223 NetUtil.py:89 - SSLError: Failed to connect. Please check openssl library versions.

有可能是openssl版本不匹配,因环境问题无法升级openssl版本,所以可以进行如下修改:

因为python 2.7.5有的版本(或更高版本)增加了certificate verification,正是因为这个特性导致ambari-agent无法连接server。



# vim /etc/python/cert-verification.cfg

[https]

verify=disable

修改为verify=disable,就可以正常注册。


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!