当前位置:网站首页>ambari SSLError: Failed to connect. Please check openssl library versions.
ambari SSLError: Failed to connect. Please check openssl library versions.
2022-06-28 03:52:00 【Life is in a hurry】
problem :

resolvent :
1. see openssl edition :
openssl version
If lower openssl-1.0.1e-16.el6.x86_64 edition , You need to update to openssl-1.0.1e-16.el6.x86_64 And above
2. see Python edition :
python -V
If lower Python 2.7 edition , Then upgrade Python To 2.7 And above .
3. edit /etc/python/cert-verification.cfg The configuration file , take [https] Chaste verify Item set to disabled :
vi /etc/python/cert-verification.cfg
Change the following parameters in the configuration
[https]
verify=disable
4. edit /etc/ambari-agent/conf/ambari-agent.ini The configuration file , stay [security] Section , Make sure to set the following two values , Other values remain unchanged :
vi /etc/ambari-agent/conf/ambari-agent.ini
[security]
ssl_verify_cert=0
force_https_protocol=PROTOCOL_TLSv1_2
5. restart ambari-agent
ambari-agent restart
Re execution , You can confirm the host and complete the registration .
边栏推荐
猜你喜欢
随机推荐
数据库
可扩展数据库(上)
资源管理、高可用与自动化(下)
解决跨域
Web APIs DOM-事件基础丨黑马程序员
用Pycharm开发Flask框架设置debug模式没有效果的解决办法
荣耀v8 真机调试时不显示 Logcat 日志的解决办法
Arrangement of basic electrical knowledge (I)
英语小记 - 表因果
Lost connection repair: make "hide and seek" nowhere to hide
Li Kou daily question - day 29 -1491 Average wage after removing minimum wage and maximum wage
Execution plan in MySQL of database Series
collections. Use of defaultdict()
失联修复:让“躲猫猫”无处可藏
Go 數據類型篇(四)之浮點型與複數類型
可扩展数据库(下)
继承
Li Kou daily question - day 29 -523 Count odd numbers in interval range
A solution to the inefficiency of setting debug mode in developing flask framework with pychar
English语法_形容词/副词3级-比较级_常用短语








