socket-cpp
socket-cpp copied to clipboard
Server certificate verification is commented out
When using the secure tcp client, I'm able to connected, send and receive messages from the server. But I found out that the client doesn't verify that the server certificate is valid. What is the reason for this part of the code for being commented out?
You're right, I did it for testing :\