Search found 24 matches

by fanmen1
Wed Apr 24, 2024 2:07 pm
Forum: General Discussion
Topic: mbedtls_ssl_handshake returned -0x7780
Replies: 2
Views: 879

mbedtls_ssl_handshake returned -0x7780

Hi, The HTTPS connection is refused with the above error code. The connection was working fine and was able post some request to the said server, but after adding some mqtt bits (no relation to https), I'm getting the following error as shown in image. As you can see, the certificate is verified but...
by fanmen1
Wed Apr 24, 2024 1:52 pm
Forum: General Discussion
Topic: HTTPS connection fail.
Replies: 2
Views: 618

HTTPS connection fail.

Hi, I'm trying to send a POST request to a server using my ESP32-S3. The HTTPs connection was working fine until I added some of the mqtt broker connection bits. I'm using the esp_crt_bundle to verify the server. As you can see from the logs, it shows certificate verified, but the connection is fail...
by fanmen1
Wed Apr 24, 2024 1:07 pm
Forum: General Discussion
Topic: ESP32 Failed to allocate RSA interrupt 261
Replies: 5
Views: 1140

Re: ESP32 Failed to allocate RSA interrupt 261

can you please provide more info on disabling hardware encryption?
by fanmen1
Mon Apr 15, 2024 9:48 am
Forum: General Discussion
Topic: ESP32 Failed to allocate RSA interrupt 261
Replies: 5
Views: 1140

ESP32 Failed to allocate RSA interrupt 261

I'm trying to implement a MQTT broker connection with my ESP32-S3, the connection was working fine when I was just trying to establish the initial connection. But now, after I've created a data packets to be sent over, the connection fails with the following error "Failed to allocate RSA interrupt 2...