Skip to content

Troubleshooting

Short Summary: Solutions for common issues with Agents, Integrations, and Renewals.

Symptom: Agent is Red/Offline in the dashboard. Diagnosis:

  1. Check service status: systemctl status ssl-clm-agent.
  2. Check logs: logs/agent.log.
  3. Check connectivity: curl -v https://backend-api/health. Fix:
  • Restart service.
  • Regenerate Agent Token if 401 Unauthorized is seen in logs.

Symptom: Job fails with “Policy Violation”. Diagnosis:

  • Did you request a restricted domain?
  • Does the Key Size match the CA template? Fix: Update the Certificate Policy to match the CA’s requirements.

Symptom: Let’s Encrypt validation fails. Diagnosis:

  • HTTP-01: Can the world reach your server on Port 80?
  • DNS-01: Did the TXT record propagate? Fix: Check firewall rules (Port 80) or DNS API credentials.

Cause: Firewall blocking DCOM. Fix: Allow Port 135 and Dynamic RPC Range between Agent and CA.

Cause: Wrong credentials or insufficient permissions. Fix: Ensure user has Resource Administrator role.