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
IDF version (run git describe --tags to find it): v4.3
Build System: Make
Compiler version (run xtensa-esp32-elf-gcc --version to find it): xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0
Operating System: Windows
(Windows only) environment type: WSL
Using an IDE?: Yes: VSCode
Power Supply: Battery
Problem Description
I try to connect ESP-32 to a WPA-enterprise network (peap mschapv2). It working at my office but not at my customer.
The problem is linked to the way Feedim implement the message exchange fragmentation.
According to the specs RFC 2716 once the server send its last fragment (More fragment bit false), the client must sens a response containing a TLS message (message length present and higher than 0)
In my case the ESP32 ack the last message and didn't response.
Fixed enterprise connection issue with windows radius server (1)
Fixed interoperability issue with Windows 2008 radius server. (1)
I didn't find any more details about this changelog in commits. Is it related ? I can't go easily to the customers office so I want to be sure that error is resolved when I'll go there.
Do you have any related issues? I didn't find anything.
ESP client sends the response after processing is done. Are you seeing the there was no response from esp32 at all?
In that case, are you seeing any error in the logs?
Environment
git describe --tags
to find it): v4.3xtensa-esp32-elf-gcc --version
to find it): xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0Problem Description
I try to connect ESP-32 to a WPA-enterprise network (peap mschapv2). It working at my office but not at my customer.
The problem is linked to the way Feedim implement the message exchange fragmentation.
According to the specs RFC 2716 once the server send its last fragment (More fragment bit false), the client must sens a response containing a TLS message (message length present and higher than 0)
In my case the ESP32 ack the last message and didn't response.
Questions
I saw in the release notes:
Do you have any related issues? I didn't find anything.
Thank you
Code to reproduce this issue
The text was updated successfully, but these errors were encountered: