[Users] new to tls

Klaus Darilion klaus.mailinglists at pernau.at
Mon May 22 12:43:13 CEST 2006


olivier.taylor wrote:
> hi all,
> 
> just a Tls noob question :
> 
> how to monitor the Tls traffic on the server?
> using Ngrep or another tool?

for TLS handshake debugging use ssldump and set debug=4

if you only want to know if traffic is sent via TLS "ngrep port 5061" is 
sufficient. Of course you can not see the payload as it is encrypted.

If you need to see the payload, use cipher=NULL. It will still use TLS, 
but the payload is in plain.

regards
klaus

> 
> thanks,
> 
> Olivier
> 
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users





More information about the Users mailing list