-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL - A buffer is too small to receive or write a message #7069
Comments
I have cut down the minimal example a bit further by removing the RTC and NTP code. |
The attached PlatformIO example is a re-written version of the code that removes the need for the httpsRedirect library and uses only the WebClientSecure.print() method to make the HTTP requests. The same problem (and other errors) occurs almost always on the first attempt to make the re-directed GET request and randomly on subsequent attempts. |
I am also getting Cross-reference: |
I had the same issue, in the end I managed to get data from |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Board
ESP32 WROOM
Device Description
ESP32 devkit V1
Hardware Configuration
No other devices attached.
Version
v2.0.4
IDE Name
Arduino IDE version 1.8.19
Operating System
Linux Mint 20.3
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
115200
Description
When the GET request is issued, the following error is returned:
[ 43299][E][ssl_client.cpp:37] _handle_error(): [send_ssl_data():375]: (-27136) SSL - A buffer is too small to receive
Debug mode is set to 'Verbose', otherwise no events are returned from the Calendar API even when calendar events are available for that day. The sketch works fine on the ESP8266.
Sketch
Debug Message
Other Steps to Reproduce
Requires a Google Calendar API script to be installed.
https://script.google.com/home/start
I have included the script in the minimal example ZIP.
I have checked existing issues, online documentation and the Troubleshooting Guide
Google-Minimal.zipSee comment below.The text was updated successfully, but these errors were encountered: