Implementing HTTPS with Windows Sockets

HTTP is fairly easy, I can get that with no problem. But the RFC for HTTPS is hard to follow. How exactly do I establish a connection with a server? What is the structure of the messages in the TLS handshake?
for that purpose better use a library like poco -> http://pocoproject.org/
Well, that looks nice but I can't get OpenSSL to build. Is there any other way?
Topic archived. No new replies allowed.