Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Error : msxml3.dll (0x80072F0C) A certificate is required to complete client authentication

Error : msxml3.dll (0x80072F0C) A certificate is required to complete client authentication

Scheduled Pinned Locked Moved XML / XSL
helpquestionsysadminwindows-adminsecurity
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    malarpm
    wrote on last edited by
    #1

    Hi All, I am generating a xml using asp and posting to a https link. For posting I am using MSXML2.ServerXMLHTTP.3.0 object. But, it is giving the following error while sending the xml to https link "msxml3.dll (0x80072F0C) A certificate is required to complete client authentication" In Microsoft this is confirmed as a bug for MSXML version 2.0. But, I am using the MSXML version3.0. Also I installed the certificate(which I got from the server) in IIS properly(MSDN documentation). var SXH_OPTION_SELECT_CLIENT_SSL_CERT = 3; oHTTP = new ActiveXObject("MSXML2.ServerXMLHTTP.3.0"); oHTTP.open("POST", strUrl,"False","username","pwd"); oHTTP.setOption(SXH_OPTION_SELECT_CLIENT_SSL_CERT,"LOCAL_MACHINE\\Other People\\certname"); oHTTP.setRequestHeader("Content-Type", "text/xml"); oHTTP.send(strXMLStream); strTemp = oHTTP.responseText; oHTTP = null; I searched in google and got many information and tried out maximum all the options but still I am getting the same error :( How can I send the xml to a https link using MSXML object and get the response? I am using IIS6.0 on windows 2003.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups