This repository was archived by the owner on Feb 29, 2024. It is now read-only.
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
rtr.rpki.cloudflare.com public server: "transport error" #89
Open
Description
Hello,
I have configured my BIRD 2.0.7 router to use rtr.rpki.cloudflare.com public server on port 8282.
Here is the config of bird:
ROA
roa6 table r6;
protocol rpki validator {
roa6 { table r6; };
remote "rtr.rpki.cloudflare.com" port 8282;
retry keep 90;
refresh keep 900;
expire keep 172800;
}
It works for some time but after a while (a few hours or days) the connection is lost, with this error message in bird:
Name Proto Table State Since Info
validator RPKI --- start 10:06:02.441 Transport-Error
have you ever had this problem?
Metadata
Metadata
Assignees
Labels
No labels