jitsi / jitsi-videobridge

Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).
https://jitsi.org/jitsi-videobridge
Apache License 2.0
2.88k stars 986 forks source link

Error logs: TLS Client alert received: 1 0 #981

Open bkempe opened 4 years ago

bkempe commented 4 years ago

Description


Seeing TLS Client alert received: 1 0 in the logs on error level since updating to JVB2. Are there any known causes for this yet?

Steps to reproduce


Happens frequently, but not clear yet.

Environment details


docker-jitsi-meet, kubernetes, jitsi-videobridge on commit 4caed8e146f6ad604d1b29432402873da51f21d4

bgrozev commented 4 years ago

If I follow this correctly, it is a close_notify (level = 1, description = 0): https://tools.ietf.org/html/rfc5246#section-7.2.1

bbaldino commented 4 years ago

I've noticed these before too and they're confusing in the logs, we should swallow the "good case" errors like this and log something friendlier