Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/docs/agent/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Enables the Agent to automatically detect and use a network proxy, including pro

---

### Argument: **`--TS_DELETEGATE_SSL_VALIDATION`**
### Argument: **`--TS_DELEGATE_SSL_VALIDATION`**

Delegates SSL validation to SSL inspection tools instead of Java, bypassing SSL certificate validation errors.

Expand All @@ -62,7 +62,7 @@ Delegates SSL validation to SSL inspection tools instead of Java, bypassing SSL

3. Run the following command:
```bash
./start.sh --TS_DELETEGATE_SSL_VALIDATION=true
./start.sh --TS_DELEGATE_SSL_VALIDATION=true
```

4. The Agent delegates SSL validation and starts successfully.
Expand Down