I am working on esp32's wifi functionality .
i just want to do that i send data from android app like Tcp Socket test,Tcp/Ip Client,simple socket tester .
i am succesfully connected this app to openssl server having ip 192.168.43.244 and portnumber is 443.
but whenever i am trying to send any kind of data to server its doing nothing.nothing is received on server.
can anybody help me to solve this please
i am using below example of esp-idf
https://github.com/espressif/esp-idf/tr ... ssl_server