Skip to main content
NetApp Knowledge Base

Error self signed certificate in certificate chain

Views:
1,306
Visibility:
Public
Votes:
0
Category:
netapp_console
Specialty:
netapp_console_platform
Last Updated:

Applies to

  • Blue XP Connector
  • Install connector on Linux Host
  • Certificate included during install
  • Certificate Authority (CA)

Issue

Manual install of connector on linux host with certificate fails with error :  

self signed certificate in certificate chain

....

Installation failed, further info can be found on: /tmp/installer.log
 
 
 
/tmp/Installer.log :
 
Error: self signed certificate in certificate chain
 
 
[root@Linux ~]#  ./BlueXP-Connector-Cloud-v3.9 --cacert=/tmp/cacert/certificate.cer
[✔] Verifying root permissions
[✔] Verifying
memory OK
[✔] Verifying CPU OK
[✔] Verifying Docker version OK
20.10.19
[✔] Verify Docker service is enabled OK
[✖] Verifying
network Failed validating network
prerequisites
.-----------------------------------------------------------------------------------------------------------.
| URL
                                                     | status
|
|------------------------------------------------------------+----------------------------------------------|
|
https://cloudmanagerinfraprod.azurecr.io                   | self signed certificate in certificate chain
|
|------------------------------------------------------------+----------------------------------------------|

Cause

Root CA not included in the certificate chain.

Solution

  1. Append the root certificate to the certificate chain:

Example:

cat rootCA.pem >> /tmp/cacert/certificate.cer

  1. Provide the resulting certificate file with rootCA appended to the customer certificate chain to the installer via command line argument

Example:

./BlueXP-Connector-Cloud-v3.9 --cacert=/tmp/cacert/certificatewithrootCA.cer

Additional Information

additionalInformation_text

Internal Notes

internalNotes_text

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.