Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-23151

Ambari agent should trust Ambari server's SSL certificate

    XMLWordPrintableJSON

Details

    Description

      Ambari agent should trust Ambari server's SSL certificate.

      When using Python 2.7 and above, the agent tends to fail connecting with the Ambari server with a CERTIFICATE_VERIFY_FAILED error.

      To solve this, else tell Python to no verify certificates (which is insecure):

      /etc/python/cert-verification.cfg
      [https]
      verify=disable
      

      See https://access.redhat.com/articles/2039753

      Or import the Ambari server's SSL cert into the truststore used by Python, which is more secure.

      Attachments

        Activity

          People

            smolnar Sandor Molnar
            rlevas Robert Levas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: