NLnetLabs / routinator

An RPKI Validator and RTR server written in Rust
https://nlnetlabs.nl/projects/routing/routinator/
BSD 3-Clause "New" or "Revised" License
465 stars 70 forks source link

Raw TLS error displayed in log #663

Closed AlexanderBand closed 2 years ago

AlexanderBand commented 3 years ago

Example:


    typ: Alert,
    version: TLSv1_2,
    payload: Alert(
        AlertMessagePayload {
            level: Fatal,
            description: InternalError,
        },
    ),
}
RRDP https://krill.openx.com.br/rrdp/notification.xml: error sending request for url (https://krill.openx.com.br/rrdp/notification.xml): error trying to connect: received fatal alert: InternalError
partim commented 2 years ago

This likely was an indication of an actual issue and probably should show up in the log like that.