Configure proxies
If required, the RADIUS agent can be configured to use a proxy.
Changes to the RADIUS Agent config.properties are only loaded on agent restart.
Always restart your agent after making your changes.
To configure RADIUS agent proxy settings:
- Open /opt/okta/ragent/user/config/radius/config.properties in an editor.
- Make any required changes.
- Save your changes.
- Changes are effective after you restart the Okta RADIUS Agent service. See Manage the agent for details on how to restart the service.
Property | Description | Default |
---|---|---|
ragent.proxy.enabled | Indicates whether the RADIUS agent should use a proxy. Set to true.
For example, ragent.proxy.enabled = true |
Not present. Add this property to config.properties. |
ragent.proxy.address | The IP address (and port, if required), of the proxy. This property must exist when ragent.proxy.enabled is true.
For example, ragent.proxy.address = 127.0.0.1:8888 |
Not present. Add this property to config.properties. |
ragent.ssl.pinning | If the proxy terminates the SSL connection, disable SSL pinning.
For example, ragent.ssl.pinning = false |
true |
ragent.proxy.user
ragent.proxy.password |
Proxy credentials, if required. Encrypted on agent restart.
For example, ragent.proxy.user = adminragent.proxy.password = password |
Not present. Add this property to config.properties. |