<div style="font-family: &quot;Courier New&quot;; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;">
<pre>I&#39;m setting up wpa_supplicant for use as EAP w/ PEAP/MSCHAPv2 and need to ensure that at a minimum TLS 1.0 is used rather than SSL 3.0 or less. What do I need to change to ensure that and how do I force the peap version to be 2 (Is it just phase1=&quot;peapver=2&quot;)? My current conf file is below.<br>
<br>ctrl_interface=/var/run/wpa_supplicant<br>ap_scan=1<br>network={<br>   ssid=&quot;OSD&quot;<br>   proto=RSN<br>   key_mgmt=WPA-EAP<br>   pairwise=CCMP<br>   group=CCMP<br>   eap=PEAP<br>   identity=&quot;xxxxx&quot;<br>
   password=&quot;xxxxx&quot;<br>   ca_cert=&quot;/etc/cert/TrustedCA.pem&quot;<br>   phase2=&quot;auth=MSCHAPv2&quot;<br>   priority=2<br>}<br></pre></div>