I want to do a simple C++ web get using boost asio
I started by using this as an example http://www.boost.org/doc/libs/1_49_0/doc/html/boost_asio/example/ssl/client.cpp
but I keep getting messages like this
Connect failed: No connection could be made because the target machine actively refused it
verify_client_oncea server-side option? I've always used the optiondefault_workaroundson the client which has worked. - Richard Hodges