Closed nskalis closed 5 years ago
Hi,
the validator complains about
while it is configured with
rpki.validator.http.proxy.host=z.z.z.z rpki.validator.http.proxy.port=8080
When I try via a proxy to
$ curl -k -x z.z.z.z:8080 https://rpki.cnnic.cn/rrdp/notify.xml
there is connectivity.
The log messages complain about:
Oct 23 16:17:55 nlamsproape02 rpki-validator-3.sh[22062]: 2019-10-23 16:17:55,314 WARN quartzScheduler_Worker-8 n.r.r.v.r.RrdpServiceImpl Error retrieving RRDP repository at https://rrdp.twnic.tw/rrdp/notify.xml: Error downloading 'https://rrdp.twnic.tw/rrdp/notify.xml', cause: failed reading response stream for https://rrdp.twnic.tw/rrdp/notify.xml: java.util.concurrent.ExecutionException: java.net.UnknownHostException: z.z.z.z, cause: java.net.UnknownHostException: z.z.z.z, cause: z.z.z.z Oct 23 16:17:55 nlamsproape02 rpki-validator-3.sh[22062]: 2019-10-23 16:17:55,315 WARN quartzScheduler_Worker-3 n.r.r.v.r.RrdpServiceImpl Error retrieving RRDP repository at https://rrdp.ripe.net/notification.xml: Error downloading 'https://rrdp.ripe.net/notification.xml', cause: failed reading response stream for https://rrdp.ripe.net/notification.xml: java.util.concurrent.ExecutionException: java.net.UnknownHostException: z.z.z.z, cause: java.net.UnknownHostException: z.z.z.z, cause: z.z.z.z Oct 23 16:17:55 nlamsproape02 rpki-validator-3.sh[22062]: 2019-10-23 16:17:55,316 WARN quartzScheduler_Worker-6 n.r.r.v.r.RrdpServiceImpl Error retrieving RRDP repository at https://ca.rg.net/rrdp/notify.xml: Error downloading 'https://ca.rg.net/rrdp/notify.xml', cause: failed reading response stream for https://ca.rg.net/rrdp/notify.xml: java.util.concurrent.ExecutionException: java.net.UnknownHostException: z.z.z.z, cause: java.net.UnknownHostException: z.z.z.z, cause: z.z.z.z Oct 23 16:17:55 nlamsproape02 rpki-validator-3.sh[22062]: 2019-10-23 16:17:55,318 WARN quartzScheduler_Worker-4 n.r.r.v.r.RrdpServiceImpl Error retrieving RRDP repository at https://rrdp.apnic.net/notification.xml: Error downloading 'https://rrdp.apnic.net/notification.xml', cause: failed reading response stream for https://rrdp.apnic.net/notification.xml: java.util.concurrent.ExecutionException: java.net.UnknownHostException: z.z.z.z, cause: java.net.UnknownHostException: z.z.z.z, cause: z.z.z.z Oct 23 16:17:55 nlamsproape02 rpki-validator-3.sh[22062]: 2019-10-23 16:17:55,320 WARN quartzScheduler_Worker-9 n.r.r.v.r.RrdpServiceImpl Error retrieving RRDP repository at https://rpki.cnnic.cn/rrdp/notify.xml: Error downloading 'https://rpki.cnnic.cn/rrdp/notify.xml', cause: failed reading response stream for https://rpki.cnnic.cn/rrdp/notify.xml: java.util.concurrent.ExecutionException: java.net.UnknownHostException: z.z.z.z, cause: java.net.UnknownHostException: z.z.z.z, cause: z.z.z.z
@lolepezy could oyu please advise what is going wrong exactly ?
ok, found it, it required a dns entry instead of an IP address
Hi,
the validator complains about
while it is configured with
When I try via a proxy to
there is connectivity.
The log messages complain about:
@lolepezy could oyu please advise what is going wrong exactly ?