how to Ignore certificate in HttpPOST request in WINAPI
问题 I have a VC++ HttpPOST method which works fine for both 80 and 443 port. (on popular websites like google.com) Now when I connect to a secured host(172.17.9.93) having cgi script, Now when I connect using fiddler I get a warning of a invalid certificate and on accepting warning I am able to connect. same behaviour I have to do it in C++ which is to ignore the certificate using below flags SECURITY_FLAG_IGNORE_UNKNOWN_CA , INTERNET_FLAG_IGNORE_CERT_CN_INVALID and some combinations in function