Implementing HTTPS with Windows Sockets

Nov 11, 2010 at 5:10am
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?
Nov 11, 2010 at 2:19pm
for that purpose better use a library like poco -> http://pocoproject.org/
Nov 11, 2010 at 4:49pm
Well, that looks nice but I can't get OpenSSL to build. Is there any other way?
Nov 12, 2010 at 8:06am
Topic archived. No new replies allowed.