Trying to use schannel to send data to backtrace

I have been trying to set up backtrace on a project that is running on UE4.5.1, I have changed most of the old crashreportclient code to match up with the new one except the SSL in this version is run using Winssl (WITH_LIBCURL) instead of OpenSSL, and when I try to do the handshake protocol with

A wireshark capture gives me Error 104 : Connection Reset by peer

It would really help out if I could know when the change from winssl to openssl happened (would love to take a look at that change list)

Thanks in advance.