cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Implementing HTTPS with Windows Sockets
Implementing HTTPS with Windows Sockets
Nov 11, 2010 at 5:10am UTC
jforman
(2)
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 UTC
coder777
(8444)
for that purpose better use a library like poco ->
http://pocoproject.org/
Nov 11, 2010 at 4:49pm UTC
jforman
(2)
Well, that looks nice but I can't get OpenSSL to build. Is there any other way?
Nov 12, 2010 at 8:06am UTC
coder777
(8444)
maybe libCURL
http://www.cplusplus.com/forum/general/31058/#msg170183
Topic archived. No new replies allowed.