how to encrypting accounting?
Hello, yesterday I successful installed freeswitch 1.0.6 with mod_radius_cdr accounting on a remote freeradius 2.1.9 server, freeswitch use freeradius-client 1.1.6 library. I am looking for a way to TLS encrypt accounting messages between Freeswitch and remote Freeradius, actually I can do only clear text accounting with simple shared key auth. Is there a way using configurations files to setup TLS accounting? Do I need to code a bit with freeradius-client library? I keep trying, for the moment many thanks, cheers, Fabio
Fabio Dive wrote:
I am looking for a way to TLS encrypt accounting messages between Freeswitch and remote Freeradius, actually I can do only clear text accounting with simple shared key auth.
Install a VPN.
Is there a way using configurations files to setup TLS accounting?
No.
Do I need to code a bit with freeradius-client library?
You will need to add a *lot* of code. Alan DeKok.
Hi,
yesterday I successful installed freeswitch 1.0.6 with mod_radius_cdr accounting on a remote freeradius 2.1.9 server, freeswitch use freeradius-client 1.1.6 library.
I am looking for a way to TLS encrypt accounting messages between Freeswitch and remote Freeradius, actually I can do only clear text accounting with simple shared key auth.
Is there a way using configurations files to setup TLS accounting? Do I need to code a bit with freeradius-client library?
I keep trying, for the moment many thanks,
either run a VPN tunnel between the two hosts...or use RADIUS over TLS (FreeRADIUS doesnt support this just yet, but you can trivially do it with radsecproxy) alan
participants (3)
-
Alan Buxey -
Alan DeKok -
Fabio Dive