View previous topic :: View next topic |
Author |
Message |
ethy.brito at inexo.co... Guest
|
Posted: Fri Jan 30, 2015 9:38 am Post subject: [asterisk-users] SSL traffic on RTP instance without an SSL |
|
|
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
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ethy.brito at inexo.co... Guest
|
Posted: Tue Feb 10, 2015 8:49 am Post subject: [asterisk-users] SSL traffic on RTP instance without an SSL |
|
|
Hi again.
Does nobody have a good answer for this?
Cheers
Ethy
On Fri, 30 Jan 2015 12:37:36 -0200
"Ethy H. Brito" <ethy.brito@inexo.com.br> wrote:
Quote: |
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
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mjordan at digium.com Guest
|
Posted: Tue Feb 10, 2015 10:34 am Post subject: [asterisk-users] SSL traffic on RTP instance without an SSL |
|
|
On Tue, Feb 10, 2015 at 7:48 AM, Ethy H. Brito <ethy.brito@inexo.com.br (ethy.brito@inexo.com.br)> wrote:
Quote: |
Hi again.
Does nobody have a good answer for this?
Cheers
Ethy
On Fri, 30 Jan 2015 12:37:36 -0200
"Ethy H. Brito" <ethy.brito@inexo.com.br (ethy.brito@inexo.com.br)> wrote:
Quote: |
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
|
|
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.
--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org |
|
Back to top |
|
|
|