Configure Proxies
If required the RADIUS agent can be configured to use a proxy.
To configure RADIUS agent proxy settings:

Important
Changes to the RADIUS Agent config.properties are only loaded on agent restart.
Always restart your agent after changing config.properties.
- Using a text editor open /opt/okta/ragent/user/config/radius/config.properties .
- Make any required changes.
- When complete save changes.
- Any changes are effective after restarting the Okta RADIUS Agent service as described in Configure Proxies.
Property | Description | Default |
---|---|---|
ragent.proxy.enabled | Indicates that the RADIUS agent should use a proxy. Must be set to true. Example: ragent.proxy.enabled = true. |
Default: Not present must be added to config.properties. |
ragent.proxy.address | The IP address and port( if required) of the proxy. If ragent.proxy.enabled is set to true this property must exist. Example: ragent.proxy.address = 127.0.0.1:8888 |
Default: Not present must be added to config.properties. |
ragent.ssl.pinning | If the proxy terminates the SSL connection, then SSL pinning must be disabled. Example: ragent.ssl.pinning = false |
Default: true. |
ragent.proxy.user ragent.proxy.password |
Proxy credentials, if required. Encrypted on agent restart. ragent.proxy.user = admin ragent.proxy.password = password |
Default: Not present must be added to config.properties. |