Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a method in my Windows service that uses WinSock and WinHTTP functions to connect to a remote server via HTTPS connection. This method works fine, except that on some systems (reportedly Windows XP) the HttpSendRequest API fails and GetLastError returns -2146893051, or 0x80090305, or SEC_E_SECPKG_NOT_FOUND, or "The requested security package does not exist."
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900