ties / rpki-client-web

A web api for rpki-client
MIT License
7 stars 2 forks source link

Parse hostname from failing RRDP URL #113

Closed ties closed 10 months ago

ties commented 1 year ago

As a user I want the metric to contain the hostname to prevent metric explosion when a 404 occurs:

DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: ta/ripe: pulling from https://rpki.ripe.net/ta/ripe-ncc-ta.cer
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: ta/ripe: loaded from network
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: https://rrdp.ripe.net/notification.xml: pulling from network
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: https://rrdp.ripe.net/notification.xml: downloading snapshot (172322cf
-c642-4e6f-806c-bd2375d8001a#13558)
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: Error retrieving https://rrdp.ripe.net/172322cf-c642-4e6f-806c-bd2375d
8001a/13558/snapshot-0b... (2a02:26f0:fe00::686e:f0e8): 404 Not Found
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: https://rrdp.ripe.net/notification.xml: bad message digest
DEBUG:rpkiclientweb.rpki_client.stderr:rpki-client: https://rrdp.ripe.net/notification.xml: load from network failed, fall
back to rsync
ties commented 10 months ago

Already fixed in 17c590b5