meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.26k stars 787 forks source link

[Bug]: SSL - Memory allocation failed #3190

Closed tavancini closed 6 months ago

tavancini commented 7 months ago

Category

Other

Hardware

T-Beam

Firmware Version

2.2.19

Description

Hardware: T-Beam v1.1 SX1268 433/470Mhz

SSL error occurs when trying to connect to a public MQTT server in Brazil:

Host: platform.meshbrasil.com Port: 1883 Username: meshdev Password: large4cats Root topic: meshdev

Relevant log output

INFO  | 16:44:51 14340 [mqtt] Using TLS-encrypted session
INFO  | 16:44:51 14340 [mqtt] Attempting to connect directly to MQTT server platform.meshbrasil.com, port: 1883, username: meshdev, password: large4cats
[14340499][D][ssl_client.cpp:176] start_ssl_client(): WARNING: Skipping SSL Verification. INSECURE!
[14340500][E][ssl_client.cpp:37] _handle_error(): [start_ssl_client():264]: (-32512) SSL - Memory allocation failed
thebentern commented 6 months ago

This seems like an SSL certificate issue rather than an issue with the firmware

oherrala commented 4 months ago

This might be related to #3496.