cloudflare / gortr

The RPKI-to-Router server used at Cloudflare
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
309 stars 39 forks source link

Third-party JSON formatted VRP exports > Error updating: File is expired: #79

Closed ghost closed 4 years ago

ghost commented 4 years ago

either exhibiting:

ERRO[0004] Error updating: File is expired: 1970-01-01 00:00:00 +0000 UTC

Are the source formats wrong or just not unsupported?

lspgn commented 4 years ago

Hello, You need to use the flag -checktime=false as it checks validity in a metadata section of the file. This is similar for the signature (-verify=false).

On Sat, Aug 8, 2020, 19:30 n8v8R notifications@github.com wrote:

  • Linux to 4.14.187 armv7l GNU/Linux
  • gortr latest

either exhibiting:

ERRO[0004] Error updating: File is expired: 1970-01-01 00:00:00 +0000 UTC

Are the source formats wrong or just not unsupported?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cloudflare/gortr/issues/79, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGTQ3NXSJPF5Q7FTV43QKM3R7V4SZANCNFSM4PYXMGLQ .

ghost commented 4 years ago

Oh, I see now, had thought that format is standardised...