You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to jam it in by replacing net.Dialer with a tls.Dialer in client.go but that's not a compatible way forward to support both RADIUS over UDP and RADIUS over TLS.
The text was updated successfully, but these errors were encountered:
icb-
added a commit
to icb-/radius
that referenced
this issue
Sep 17, 2024
Given https://www.blastradius.fail/, I'd love to see (at least) client support for RADSEC.
I was able to jam it in by replacing
net.Dialer
with atls.Dialer
inclient.go
but that's not a compatible way forward to support both RADIUS over UDP and RADIUS over TLS.The text was updated successfully, but these errors were encountered: