SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

🔒Add SSL/TLS functionality to any Arduino library

Results 46 SSLClient issues
Sort by recently updated
recently updated
newest added

I am using Pubsubclient to connect MQTTS When I am trying to establish the connection I am getting this error: ``` (SSLClient)(SSL_ERROR)(connect): Failed to connect using m_client. Are you connected...

question

# Description I didn't want to hardcoded change the ```unsigned char m_iobuf[2048];``` in the ```SSLCLient.h``` every time I reimport the library. Therefore I added an optional template argument for ```SSLClientSized```...

Hi Is there a solution to update the firmware to esp32 using w5500? The bin file is on a server Thanks

question

**Current bug behaviour** I am using the SSLClient library on an Arduino MKR Zero with an ETH MKR Shield and the [TelegramBot library](https://www.arduino.cc/reference/en/libraries/telegrambot/). I had always the problem that the...

bug

Hi guys.. Thanks for your amazing work... As you did some many amazing examples of how to use the lib I really think it could be useful to provide an...

enhancement

**Describe the bug** `SSLClient::connected` stops with "Socket was dropped unexpectedly" because m_client is done and returns false for `connected()` but SSLClient still has unread data in buffer. **To Reproduce** I...

bug

I'm getting 13:17:55.152 > (SSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection. 13:17:55.152 > (SSLClient)(SSL_ERROR)(m_print_br_error): Incoming record is too large to be processed, or buffer is too small for the...

question

I have a custom pcb with Esp32 and W5500 and I want to update the firmware over ethernet. I managed to start download the firmware but after 1 min, I...

question

**Describe the bug** Connection closed when using MQTT with SSLClient. Doesn't happen without SSLClient, plain text MQTT works fine. MQTT connects and stays connected (IoT console also shows the connected...

bug

I am not sure this is a bug, But when the connection is initial to server in each first time, i get the error below. after the error the connection...

bug