SSLClient
SSLClient copied to clipboard
(EthernetSSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection
Hi everyone..
I am trying to connect my esp32 device to aws iot core by using the lib and an ethernet cable.
I was able to make it work in one scenario with a particular endpoint and thing name..
Now I have tried to change and I created a new device on aws with a different endpoint and thingname (device certificate and keys are different for suere) I am getting
(EthernetSSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection
i have tried to increase the buffer as suggested or check the certificate auth but nothing to do...
Any ideas ?
Thanks