This article describes how to configure an outbound HTTP Proxy when communicating with OCSP servers in the OCSP validation filters in Nexus Timestamp Server .
The configuration parameters are located in the timestamp.properties file and they apply to all services.
Set Proxy parameters
|
Parameter |
Values |
Description |
|---|---|---|
|
proxy.host |
Possible values: String Default: - |
The host name of the HTTP proxy |
|
proxy.port |
Possible values: Number Default: - |
The port of the HTTP Proxy |
|
proxy.noproxyfor |
Possible values: comma separated strings Default: - |
The hosts for which the HTTP Proxy should not be used |
Set Proxy authentication parameters
If the HTTP Proxy requires basic authentication, the following parameters are used:
|
Parameter |
Values |
Description |
|---|---|---|
|
auth.user |
Possible values: String Default: - |
The user name |
|
auth.password |
Possible values: String Default: - |
The password |