12-22-04 01:47 AM
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
[ Post a follow-up to this message ]
|