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
Using latest version from git (a2982f9) with nonos-sdk pre 3 ESP8266 can successfully connect to WPA2 enterprise using EAP-PEAP as long as the access point supports TLSv1.1. When, however, the access point requires TLSv1.2 it appears as ESP8266 is still trying to use TLSv1.1 and thus connection establishment fails during EAP phase. Is there support for TLSv1.2 for WPA2 enterprise authentication and how can it be enabled?
We depend on the SDK implementation of enterprise connection, so only if it supports then we could support it. You could check standalone SDK examples, though. (obviously, both are without Arduino / Wiring api or libs from our Core)
Basic Infos
Platform
Settings in IDE
Problem Description
Using latest version from git (a2982f9) with nonos-sdk pre 3 ESP8266 can successfully connect to WPA2 enterprise using EAP-PEAP as long as the access point supports TLSv1.1. When, however, the access point requires TLSv1.2 it appears as ESP8266 is still trying to use TLSv1.1 and thus connection establishment fails during EAP phase. Is there support for TLSv1.2 for WPA2 enterprise authentication and how can it be enabled?
MCVE Sketch
Debug Messages
with TLSv1.1 supported by the AP
ESP8266 with WIFI debug enabled:
hostapd debug log
AP requiring TLSv1.2
ESP8266 with WIFI debug enabled
hostapd debug log
The text was updated successfully, but these errors were encountered: