当前位置:网站首页>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-事件基础丨黑马程序员
- 双亲委派机制的理解学习
- 如何修改SE38编辑器主题
- Solution to not displaying logcat logs during debugging of glory V8 real machine
- Anaconda command usage
- Summary of the use of composition API in the project
- "Five layer" architecture of cloud applications and services
- Does the applet input box flash?
- INFO: HHH000397: Using…
- Go speed
猜你喜欢
随机推荐
Set drop-down options on Excel files
A Preliminary Study of Blackbody radiation
No  result  defined& nbsp…
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3
Websocket (simple experience version)
猴子都会用的圆形滑动自动吸附UI工具
Resource management, high availability and automation (Part 2)
INFO:  HHH000397:  Using…
解决跨域
Automatic backup of MySQL database
Self use tool unity video player that monkeys can use
STM32外设SDIO和SD卡的配置
多线程与高并发六:线程池源码解析
可扩展数据库(上)
Introduction to kubernetes resource object and common commands
Lost connection repair: make "hide and seek" nowhere to hide
Cannot edit in read-only editor if it appears in vscode
What is the core problem to be solved in the East and West?
[graduation season] graduate summary
【毕业季】研究生の毕业总结









