Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WiFiClientSecure: don't use the broken max_fragment_length extension (e…
…sp8266#4033) axTLS does not correctly implement max_fragment_length extension. This causes servers which understand this extension (currently GnuTLS- and WolfSSL-based) to reject the client hello. Until this is fixed in axTLS, remove the call to enable this extension from WiFiClientSecure. Fixes esp8266#3932.
- Loading branch information