Code Signing Hanging Issues Due to TCP Connection Failures
In this architecture, the Azure Firewall may terminate idle TCP sessions based on its TCP connection timeout configuration. If there is no continuous traffic between AppViewX and the HSM, the firewall can disconnect the active TCP connection. This behavior may result in intermittent code signing hangs, session interruptions, or communication failures during 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 → Azure VM → Azure Firewall → Fortanix HSM
- This deployment model is recommended only for low-volume signing operations.
- For high-volume or continuous signing workloads, contact the support team for architecture recommendations and performance optimization.
- 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.
