arduino / uno-r4-wifi-usb-bridge

27 stars 9 forks source link

Revert "Root certificates: use Mozilla ca bundle" #39

Closed pennam closed 8 months ago

pennam commented 8 months ago

Reverts arduino/uno-r4-wifi-usb-bridge#37 Mozzilla ca bundle is too big to be loaded in RAM

[2474898][V][ssl_client.cpp:62] start_ssl_client(): Free internal heap before TLS 174276
[2474898][V][ssl_client.cpp:68] start_ssl_client(): Starting socket
[2474906][V][ssl_client.cpp:146] start_ssl_client(): Seeding the random number generator
[2474909][V][ssl_client.cpp:155] start_ssl_client(): Setting up the SSL/TLS structure...
[2474909][V][ssl_client.cpp:190] start_ssl_client(): Attaching root CA cert bundle
[2474909][E][esp_crt_bundle.c:184] arduino_esp_crt_bundle_attach(): Failed to attach bundle
[2474910][V][ssl_client.cpp:254] start_ssl_client(): Setting hostname for TLS session...
[2474910][V][ssl_client.cpp:269] start_ssl_client(): Performing the SSL/TLS handshake...
[2475035][E][ssl_client.cpp:37] _handle_error(): [start_ssl_client():273]: (-30336) SSL - No CA Chain is set, but required to operate
[2475035][E][WiFiClientSecure.cpp:144] connect(): start_ssl_client: -30336
[2475037][V][ssl_client.cpp:321] stop_ssl_socket(): Cleaning SSL connection.