---
description: Edit the HTTP or HTTPS connection handler object and set use-forwarded-headers to true by running dsconfig.
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_config_traffic_load_balancer_dsconfig
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_config_traffic_load_balancer_dsconfig.html
section_ids:
  use-dsconfig: Use dsconfig
  steps: Steps
  example: Example:
  example-2: Example:
---

# Use `dsconfig`

## Steps

1. Edit the HTTP or HTTPS connection handler object and set `use-forwarded-headers` to `true` by running `dsconfig`.

   ### Example:

   ```
   dsconfig set-connection-handler-prop \
       --handler-name "HTTPS Connection Handler" \
       --set use-forwarded-headers:true
   ```

2. To finalize your changes, use `dsconfig` to restart the HTTP or HTTPS connection handler.

   ### Example:

   ```
   dsconfig set-connection-handler-prop \
       --handler-name "HTTPS Connection Handler" \
       --set enabled:false

   dsconfig set-connection-handler-prop \
       --handler-name "HTTPS Connection Handler" \
       --set enabled:true
   ```

3. To provide the `X-Forwarded-*` information to your load balancer, consult your provider's guide on configuring load balancer settings.
