ESP32 WPA2 Enterprise Connection via Identity and Certificate
Posted: Wed Dec 09, 2020 6:35 am
I am new to the ESP32 and IoT in general.
I am trying to connect to an Access Point via Identity and Certificate provided by my IT counterpart
but the connection fails on the authentication part of the radius server. the radius server log shows
this error "EAP-TLS failed SSL/TLS handshake because the client rejected the ISE local-certificate".
Can anyone point me to a guide/documentation on how to fix/bypass this handshake?
Below are the libraries that I am using at the moment.
#include "esp_wpa2.h"
#include "esp_wifi.h"
Appreciate any help!
I am trying to connect to an Access Point via Identity and Certificate provided by my IT counterpart
but the connection fails on the authentication part of the radius server. the radius server log shows
this error "EAP-TLS failed SSL/TLS handshake because the client rejected the ISE local-certificate".
Can anyone point me to a guide/documentation on how to fix/bypass this handshake?
Below are the libraries that I am using at the moment.
#include "esp_wpa2.h"
#include "esp_wifi.h"
Appreciate any help!