Irineu Antunes
Irineu Antunes
After look the source code https://github.com/an-tao/trantor/blob/c1e57a06e2e825c937e12a25efe847f800547aeb/trantor/net/inner/TcpConnectionImpl.cc#L1966 there is no way for the server check if the client sent a valid certificate and read the CA file (SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(caFile));). A param...
Well it's still not the final version, but i'm now using mTLS :D https://github.com/an-tao/trantor/compare/master...irineu:master
I'm checking this out
same issue here
Solved! Maybe the esp_camera use some kind of scan and my arduino device was receiving those scan data. 1. i've received some strange bytes on my arduino board after camera...