Error 0x80072F0B

Value: -2147012853 | 0x80072F0B | 2147954443

What does it mean ?

ERROR_INTERNET_POST_IS_NON_SECURE  
The application is posting data to a server that is not secure.
Value: 12043 | 0x2F0B | 0b0010111100001011
WININET_E_POST_IS_NON_SECURE  
Data is being posted on a non-secure connection
Value: 12043 | 0x2F0B | 0b0010111100001011

Where does it come from ?

FACILITY_WIN32  
Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
Value: 7 | 0x007 | 0b00000111

Other Errors for FACILITY_WIN32