Error 0x80072F0D

Value: -2147012851 | 0x80072F0D | 2147954445

What does it mean ?

ERROR_INTERNET_INVALID_CA  
The function is unfamiliar with the Certificate Authority that generated the server's certificate.
Value: 12045 | 0x2F0D | 0b0010111100001101
WININET_E_INVALID_CA  
The certificate authority is invalid or incorrect
Value: 12045 | 0x2F0D | 0b0010111100001101
ERROR_WINHTTP_INVALID_CA  
The certificate authority is invalid or incorrect
Value: 12045 | 0x2F0D | 0b0010111100001101

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