Running the RPKI Validator behind an HTTP and Rsync proxy - RIPE-NCC/rpki-validator-3 GitHub Wiki

RPKI Validator needs to have access to RPKI repositories using HTTP(S) and Rsync. For that reasons it is recommended that is has access to internet using ports 80, 443 and 873. However, there is a way for the RPKI Validator access repositories.

For setting up HTTP/HTTPS proxy there are settings in the /etc/rpki-validator-3/application.properties file

rpki.validator.http.proxy.host=<your_http_proxy_hostname_or_ip>
rpki.validator.http.proxy.port=<your_http_proxy_port>

Similar properties can be set for rsync proxy.

rpki.validator.rsync.proxy.host=<your_rsync_proxy_hostname_or_ip>
rpki.validator.rsync.proxy.port=<your_rsync_proxy_port>