Windows error 0x80072F0C, -2147012852

Detailed Error Information

WININET_E_CLIENT_AUTH_CERT_NEEDED[1]

MessageA certificate is required to complete client authentication
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code12044 (0x2f0c)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002f0c.

Questions

1vote
1answer

XML and ServerXMLHTTP problem

Error Type: msxml3.dll (0x80072F0C) A certificate is required to complete client authentication I am sending an XML file to a remote server putUrl =https://www.myweb.com/test/drhandler.php xml_put = "<?xml version=""1.0""?><subscription id=""" & "14" &"""><status>" &"das" & "</status></subscription>" Public Function SendBatch(xml_put,putUrl) Set xmlhttp = CreateObject("MSXML3.ServerXMLHTTP") xmlhttp.Open "PUT", putUrl , False xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" [...] read more
xml
vb.net
post
serverxmlhttp
0votes
0answers

How to authenticate IoT device using X509Certificate

I was following this tutorial on 'Azure IoT hub using the X.509 Certificate Authentication'. The sample console app works fine and I was able to send a message to my existing IoThub. However, when I try to connect with my existing IoThub from my UWP using the same code, the [...] read more
c#
uwp
iot
azure-iot-hub
x509certificate2
0votes
2answers

IIS Proxy using ARR to provide client certificate over SSL

I have configured a IIS 7 Proxy using ARR under Windows 2008 R2. My goal is to let the IIS proxy provide a client certificate when performing a WebService call. See "diagram" below. 1. Server A -(SOAP call over https)-> IIS Proxy -(SOAP call over https)-> Server B (External WS) [...] read more
ssl
iis-7
proxy
client-certificates
arr
0votes
0answers

SqlCeReplication with client certificates

We have a lot of devices which synchronize their databases using the SQL CE Merge Replication (over SSL and with Basic Authentication configured). Now we want our clients to additionally identify themselves with a client certificate, but we're unsure, whether this configuration is supported or not. In the web configuration [...] read more
sql-server-ce
replication
ssl-certificate
merge-replication
0votes
1answer

xmlHttp, XML request,asp

Just to confirm When sending XML data with asp to https://www .site.com I am getting msxml3.dll (0x80072F0C) A certificate is required to complete client authentication I Talk to https://www .site.com IT and they said that they don't have to provide any certificate to install. IS it correct? here is the [...] read more
xml
serverxmlhttp

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0