SSL Traffic On RTP Instance Without An SSL Session

Home » Asterisk Users » SSL Traffic On RTP Instance Without An SSL Session
Asterisk Users 2 Comments

Hi All

We’ve been reading this in the CLI a lot lately:
Received SSL traffic on RTP instance ‘0x7fe7481faad8’ without an SSL
session

How can we find details about this particular RTP instance?

“rtp set debug” needs an IP which is precisely what I want to know (and I don’t)!

Cheers

Ethy

2 thoughts on - SSL Traffic On RTP Instance Without An SSL Session

  • The error message is that you are receiving DTLS packets from some UA that does not have a DTLS session. That either means it didn’t negotiate DTLS
    but is sending packets that are TLS encoded anyway, or it attempted to negotiate but the UA wasn’t configured for DTLS.

    Generally, a debug log with ‘rtp set debug on’ will help you trace the RTP
    instance address (which is printed in that ERROR message) to what created it.