What I need: A secure TLS/SSL communication between a server an a client over a LAN Network. The authentication must be a one way-authentication :
What I have already done: I have created a server and a client which are able to communicate over a Wi-Fi network. I have implemented the SSL sockets but the authentication is missing ... so it won't work :)
Where I need help: I'm a beginner at TLS/SSL, and at network security as well.
- Is a CA mandatory or can I "emulate" it ? (It gives the server its certificate, right ?)
- Should the server create its own certificate or should I gave one (hardcoded)?
- How the client can verify this certificate ?