Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Aug 30, 2024
1 parent 4e91ac6 commit 57b51bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/app/agents/DebuggingAgents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,15 @@ Check for existing installations that might conflict with the current installati

This is likely a network issue, which can be confirmed by [testing connectivity](../configuration/AgentNetworkConfig#testing-connectivity).

Another way to confirm this is to see "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate`" in the Connection logs file found locally on the computer, which can be found in the directory that the Agent Connection is installed in.
Another way to confirm this is to see

Ensure that outbound port 443 communication is available to the addresses mentioned on the [Agent System Requirements page](../configuration/AgentNetworkConfig#testing-connectivity).
```bash
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate`
```

in the Connection logs file found locally on the computer. These logs can be found in the directory that the Agent Connection is installed in.

To resolve, ensure that outbound port 443 communication is available to the web addresses mentioned on the [Agent System Requirements page](../configuration/AgentNetworkConfig#testing-connectivity).

#### Issue: The Agent Connection is not actively running. How do I check?

Expand Down

0 comments on commit 57b51bd

Please sign in to comment.