[
https://issues.apache.org/jira/browse/AMBARI-23818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Onischuk updated AMBARI-23818:
-------------------------------------
Attachment: AMBARI-23818.patch
> Ambari-agent is broken on CentOS Linux release 7.4.1708 (Core)
> --------------------------------------------------------------
>
> Key: AMBARI-23818
> URL: https://issues.apache.org/jira/browse/AMBARI-23818
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Priority: Major
> Attachments: AMBARI-23818.patch
>
>
>
> INFO 2018-01-05 00:25:14,391 NetUtil.py:62 - Connecting to
> https://cn105-10.l42scl.hortonworks.com:8440/ca
> ERROR 2018-01-05 00:25:14,414 NetUtil.py:88 - [SSL:
> CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)
> ERROR 2018-01-05 00:25:14,414 NetUtil.py:89 - 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-01-05 00:25:14,417 NetUtil.py:116 - Server at
> https://cn105-10.l42scl.hortonworks.com:8440 is not reachable, sleeping for
> 10 seconds...
>
> <https://github.com/apache/ambari/blob/trunk/ambari-
> agent/src/main/python/ambari_agent/NetUtil.py#L78>
>
>
>
> if sys.version_info >= (2,7,9) and not ssl_verify_cert:
> import ssl
> ca_connection = httplib.HTTPSConnection(parsedurl[1],
> context=ssl._create_unverified_context())
> else:
> ca_connection = httplib.HTTPSConnection(parsedurl[1])
>
>
>
>
> 2017-01-23 - Charalampos Stratakis <[email protected]> - 2.7.5-51
> - Enable certificate verification by default
> Resolves: rhbz#1219110
>
> The version for this is no longer 2.7.9, it is now 2.7.5
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)