I was trying to use the 1.5.0 SDK to authenticate to a WPA2-Enterprise network, but hit a pretty significant roadblock.
I can load a user certificate and key in with no problem, but there is no way to load in the CA certificate. So, when the ESP8266 attempts to authenticate with my AP, the RADIUS server is getting a TLS-Alert indicating that the CA is unknown.
Is there any way to set the CA certificate, or to disable certificate validation? Will the espconn_secure_cert_req_disable() call disable validation for 802.1X in addition to SSL?
Thanks!Statistics: Posted by fba — Wed Dec 30, 2015 8:47 am
]]>