TCP Connection Failures (High Volume Signing Operations)
The troubleshooting steps help identify and resolve TCP connection timeout-related issues affecting connectivity between AppViewX and the Fortanix HSM.
Deployment Flow
AppViewX → VM → Firewall/Proxy/NAT Gateway → Fortanix HSM
Note: This guidance is
specifically applicable to Fortanix HSM integrations.
Post-upgrade steps for CC in SaaS Environments
-
Navigate to the tools directory.
- Open the Cloud Connector installation directory.
- Navigate to deps/tools.
-
List all pods in the
ccnamespace to identify the relevant pod../k3s kubectl get pods -n cc -
Identify and Edit the Relevant Pod:
-
Modify the Configuration:
-
Save the changes.
- Press I to enter insert mode and make the required changes.
- Press Esc, type :wq, and then press Enter to save and exit.
-
Verify that the pod restarts and comes back online.
Run the following command to watch the pod status in real time.
./k3s kubectl get pods -n cc -wWait until the pod status returns to Running before continuing.
Post-upgrade steps for Plugins/Installation of AppViewX in On-Prem Environments
- Navigate to the AppViewX installation directory.
-
List all pods in your configured namespace to identify the relevant pod.
Replace <namespace> with your AppViewX namespace.
kubectl get pods -n <namespace> -
Edit the
avx-platform-hsmdeployment. -
Add the HSM parallelism JVM argument to the deployment configuration.
-
Save the changes.
- Press I to enter insert mode and make the required changes.
- Press Esc, type :wq, and then press Enter to save and exit.
-
Verify that the pod restarts and comes back online.
Run the following command to watch the pod status in real time. Replace <namespace> with your AppViewX namespace.
kubectl get pods -n <namespace> -wWait until the pod status returns to Running before continuing.
