You are reading a single comment by @user69937 and its replies. Click here to read the full conversation.
  • I have some issues sending consecutive https requests.
    In my case a request is send after a short timeout after the previous request is finished.
    This goes well for some time, but after a few cycles there is an error:

    .
    .
    .
    .
    .
    Connecting with TLS...
    Loading the CA root certificate...
    Loading the Client certificate...
    Loading the Client Key...
    Performing the SSL/TLS handshake...
    Verifying peer X.509 certificate...
    Connecting with TLS...
    Loading the CA root certificate...
    Loading the Client certificate...
    Loading the Client Key...
    Performing the SSL/TLS handshake...
    Verifying peer X.509 certificate...
    Connecting with TLS...
    Loading the CA root certificate...
    Loading the Client certificate...
    Loading the Client Key...
    ERROR: Failed! mbedtls_ssl_setup: Not enough memory
    ERROR: Unable to create socket
    
About

Avatar for user69937 @user69937 started