I am wanting to use schannel to make an ssl or tls connection to a webserver running https, preferably nginx. I have an nginx instance running right now, and am successfully sending http get requests via winsock to the server. Now I am wanting to secure this with schannel.
I have read that schannel is the way to go for a windows client and server, but what if the server isn't IIS and is running on linux. Is this possible? I am aware there are other libraries that can be used in c++, but I specifically want to use schannel. All of the code examples related to schannel seem to have a windows server, which is casting doubt in my mind about it being a possibility.