Hi folks,
normal RADIUS protocol uses UDP packets and it’s security is based on MD5. UDP might not be the best choice for not so reliable wireless networks, but MD5 is definitely a bad choice for any network nowadays.
RFC 6614 Transport Layer Security (TLS) Encryption for RADIUS (RadSec) solves both problems. It defines TLS encrypted communication over TCP.
I’m curious, does RouterOS supports RFC 6614? I can’t find any information about this. Is it planned?