A certificate is required to complete client authentication msxml3.dll (0x80072F
From: Balaji (lbalaji74_at_yahoo.com)
Date: 12/22/04
- Next message: anonymous_at_discussions.microsoft.com: "authentication not working"
- Previous message: Craig Humphrey: "Re: How to? Certificate Server 1.0 root certificate renewal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 21 Dec 2004 17:33:30 -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
- Next message: anonymous_at_discussions.microsoft.com: "authentication not working"
- Previous message: Craig Humphrey: "Re: How to? Certificate Server 1.0 root certificate renewal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|