当前位置:网站首页>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 .
边栏推荐
- INFO: HHH000397: Using…
- Change of monitoring documents and folders of "operation and maintenance department"
- 数据库
- 多线程与高并发四:VarHandle与强软弱虚引用和ThreadLocal
- Summary of SQL basic syntax for C #
- Arrangement of basic electrical knowledge (I)
- Custom controls under WPF and adaption of controls in Grid
- leetcode:单调栈结构(进阶)
- Does the applet input box flash?
- 多线程与高并发三:AQS底层源码分析及其实现类
猜你喜欢

自用工具 猴子都会用的unity视频播放器

Execution plan in MySQL of database Series

门级建模—学习笔记

A solution to the inefficiency of setting debug mode in developing flask framework with pychar

English语法_形容词/副词3级-比较级_常用短语

django. core. exceptions. ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3

谈云原生,不得不谈的容器

Self use tool unity video player that monkeys can use

基于 LNMP 搭建个人网站的填坑之旅

机器人编程教育的市场竞争力
随机推荐
力扣每日一题-第29天-575.分糖果
第14章 AC-DC电源前级电路 笔记一
JVM一:JVM入门以及Class文件认识
Lost connection repair: make "hide and seek" nowhere to hide
Websocket (simple experience version)
《Go题库·12》slice和array区别?
Solution to not displaying logcat logs during debugging of glory V8 real machine
多线程与高并发六:线程池源码解析
Does the applet image component not display pictures?
小程序的防抖节流怎么写?
数据库系列之MySQL中的分页查询优化
MySQL 主从复制、分离解析
开启创客教育造物学的领域
MySQL configuration of database Series F5 load balancing
KVM常用命令详解
[graduation season] graduate summary
「运维有小邓」监控文件及文件夹变更
Dataloader parameter collate_ Use of FN
A preliminary study of blackbody radiation
TypeError: 'module&#03…