[pion-users] https client with Pion-net
client and server HTTP(S) library for Boost C++ developers
Brought to you by:
mikedickey
From: Leo L. <le...@ho...> - 2016-05-03 20:20:57
|
Hi all, I am new to Pion-net and boost/asio and recently take on a project that will utilize Pion for constructing https server/client. With Pion, HTTPS server and HTTP client is coded with ease. However, I am not able to find how to use Pion to construct an HTTPS client. I do have some example in HTTPS client with asio directly. I am wondering if anyone can share an example of how to code SSL handshake with Pion tcp connection class. Any help or suggestion would be greatly appreciated. Thanks,Leo |