This troubleshooting guide provides a detailed process to diagnose and resolve SSL/TLS handshake failures due to certificate errors on OpsRamp NextGen Gateways. The steps will help you identify the cause of the disconnect, obtain the necessary certificates, and install them on the gateway to restore secure communication.
Tunnel Disconnect with Certificate Errors in NextGen Gateway
Follow the below steps tp resolve the Tunnel Disconnect Issues Due to Certificate Errors in NextGen Gateway:
Step 1: Save Certificates to /root/custom-certs
- Create a Folder:
- Navigate to the Folder:
- Save Certificates:
- Save all the certificates in this folder with a
.crt
extension - Make sure that you save the certificates on all nodes.
- Save all the certificates in this folder with a
Step 2: Import CA Certificates into the OS (Ubuntu)
- Copy Certificates:
- Update Certificates:
Note: Repeat this process on all nodes.
Step 3: Import CA Certificates into NextGen Gateway
- Create a ConfigMap:
- Update the Helm Chart:
- If the gateway is already registered, pull and update the Helm chart
- Note: The –version 1.6.0 and nextgen-gw-1.6.0.tgz should match your specific gateway release.
- Register the Gateway (if not registered):
Follow the registration document if the gateway is not already registered.
Step 4: Update Existing Certificates
- Delete the Existing ConfigMap:
- Re-import the Certificates:
Follow Step 3 and the steps under “Import CA Certificates into the OS (Ubuntu)”.