Skip to main content
NetApp Knowledge Base

BlueXP not secure after uploading HTTPS certificate

Views:
273
Visibility:
Public
Votes:
0
Category:
netapp_console
Specialty:
ds_cvo
Last Updated:

Applies to

  • BlueXP Connector
  • HTTPs certificate upload
  • Generate a Certificate Signing Request (CSR)

Issue

A certificate signed by a certificate authority (CA) was uploaded to BlueXP and shows as active.
The Internet browser still reports the site as not being secured

Cause

The HTTPS certificate has not been properly uploaded to BlueXP

Solution

Verify the certificate install manually from Connector CLI using openssl command.
 
  1.  Install the openssl package

Example below for Ubuntu Connectors:

sudo apt install openssl

  1.  Generate a CSR using openssl

openssl req –new –newkey rsa:2048 –nodes –keyout server.key –out server.csr
Note: Make sure to replace the server with the name of your server. 

  1. Get the certificate signed 
  2. Upload the signed certificate from the Blue XP UI to see if it works fine. If this works now try generating the CSR from the Blue XP UI and if it still fails file a NetApp Support ticket.
 

Partner Notes

partnerNotes_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.