20 Dec
2020
20 Dec
'20
12:26 p.m.
On Dec 20, 2020, at 8:37 AM, murugesh pitchaiah <murugesh.pitchaiah@gmail.com> wrote:
TLS Connection between Radius server and NAS is established. But when testing the coa - looks like the radclient to Radis server communication is failing.
radclient cannot do TLS. It can do TCP, but not TLS. They're really not the same thing. If you need to send packets to localhost, there's no benefit to using TLS.
To send a coa disconnect/coa request to TLS port is there any other way ? Am i missing any configuration ? Any help please.
Use TLS when connecting to a TLS port. Don't use bare TCP. Alan DeKok.