BlueXP not secure after uploading HTTPS certificate
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.
- Install the openssl package
Example below for Ubuntu Connectors:
sudo apt install openssl
- 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.
- Get the certificate signed
- 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
Additional Information
Internal Notes
internalNotes_text
