8 Jul
2026
8 Jul
'26
2:56 p.m.
On Jul 4, 2026, at 4:38 AM, Alexander Clouter via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Another favourite of mine, though it took a while for me to cotton onto the need to escape the ':' as socat's argument parser is interesting:
socat -d TCP-LISTEN:1812,fork EXEC:"openssl s_client -connect 192.0.2.1\:2083 -psk_identity cli -psk ... -noservername -quiet"
I've added some examples and documentation to v3.2.x, in sites-available/tls. Alan DeKok.