A certificate is required to complete client authentication msxml3.dll (0x80072F

From: Balaji (anonymous_at_discussions.microsoft.com)
Date: 12/22/04


Date: Tue, 21 Dec 2004 17:31:49 -0800

Hi,

I am using client certificate to post some date to
multibanco server

I am using this code to send the client certificate to
server
----------------------------------------------------------
TRANS_CERTIFICATE_NAME="0000001266"
        Set objXmlHttp = Server.CreateObject
("Msxml2.ServerXMLHTTP")
        objXmlHttp.open "POST", "https://cer.pnet.multibanc
o.pt/pvtn", False
        objXmlHttp.setRequestHeader "Content-
Type", "application/x-www-form-urlencoded"
        objXmlHttp.setOption(3) =
TRANS_CERTIFICATE_NAME' ""
        objXmlHttp.send PostURL
-------------------------------------------------------
It seems to be working if i logged as iwam_computer name
user
and i run the asp page

But if i logged in as administrator and try to run the
same asp page

 i am getting this error

<b>A certificate is required to complete client
authentication msxml3.dll (0x80072F0C) </b>

I have installed client certificate as the way Microsoft
recommended

could you please help some one about this problem

Thanks in advance

Balaji
www.alphanova.co.uk