Mangayarkarasi Thirugnanaselvam created AMBARI-25460:
--------------------------------------------------------
Summary: Error on Verify Certificate for ambari_sync_ldap
Key: AMBARI-25460
URL: https://issues.apache.org/jira/browse/AMBARI-25460
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.6.2
Reporter: Mangayarkarasi Thirugnanaselvam
After user enabled the wire encryption with SSL for Ambari Server,
"ambari-server sync-ldap" command became to fail with the following messages:
----
ERROR: Exiting with exit code 1._
312598 REASON: Sync event creation failed. Error details: <urlopen error [SSL:
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)>
----
=================
This bug was fixed in configs.py as part of : AMBARI-23893 , but in sync-ldap
the BUG Exists , and fix lies in editing the code as like the code change of :
AMBARI-23893(https://github.com/apache/ambari/pull/1314/files) in here :
https://github.com/apache/ambari/blob/branch-2.7/ambari-server/src/main/python/ambari_server/serverUtils.py#L273-L276
--
This message was sent by Atlassian Jira
(v8.3.4#803005)