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
Many thanks to the various authors for the wifi_enterprise example. It has been a big help to get me started with WPA-EAP using ESP32. There is however a typo in the command to generate client certificate in README.md in the section Steps to create enterprise openssl certs. The command in question is:
In my tests where I used a Linux AP running hostapd version 2.9.0, having the incorrect X509 extension in the client cert will prevent hostapd from authenticating the client when using EAP-TLS.
Many thanks to the various authors for the
wifi_enterprise
example. It has been a big help to get me started with WPA-EAP using ESP32. There is however a typo in the command to generate client certificate inREADME.md
in the section Steps to create enterprise openssl certs. The command in question is:The option
-extensions
should bexpclient_ext
(it was correct prior to commitcd85c79d
):In my tests where I used a Linux AP running
hostapd
version 2.9.0, having the incorrect X509 extension in the client cert will preventhostapd
from authenticating the client when using EAP-TLS.Ref:
esp-idf/examples/wifi/wifi_enterprise/README.md
Line 74 in daf3da5
The text was updated successfully, but these errors were encountered: