Configure Proxies
If, required the RADIUS agent can be configured to use a proxy.
To configure RADIUS agent proxy settings:
Changes to the RADIUS Agent config.properties are only loaded on agent restart.
Always restart your agent after making your changes.
- 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 that the RADIUS agent should use a proxy. Must be set to true.
Example: ragent.proxy.enabled = true. |
Not present - this property 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 |
Not present; this property 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 |
true |
ragent.proxy.user
ragent.proxy.password |
Proxy credentials, if required. Encrypted on agent restart.
ragent.proxy.user = adminragent.proxy.password = password |
Not present; this property must be added to config.properties. |