<div dir="ltr"><div><div>Hi Jouni,<br></div>Want to try out anonymous-TLS.I would like to know what is the configuration at the client(peer side) and at the radius server side.<br><br></div><div><b>1.At Client Side</b><br>
</div>For a normal TLS connection the network block at the client side might look like this:<br><div><div><pre>network={
        ssid="1x-test"
        key_mgmt=IEEE8021X
        eap=TLS
        identity="<a href="mailto:user@example.com">user@example.com</a>"
        ca_cert="/etc/cert/ca.pem"
        client_cert="/etc/cert/user.pem"
        private_key="/etc/cert/user.prv"
        private_key_passwd="password"
        eapol_flags=3
}<br></pre><pre>How does the anonymous TLS network block look like?<br><b>2.At Radius Server</b><br></pre><pre>What is the configuration at the Radius Server?<br><br></pre><pre>Please Clarify.<br></pre></div></div></div>