Error- msxml3.dll (0x80072F0D) The certificate authority is invalid or incorrect
"choobsg" <[email protected]>
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am currently using XML-RPC for ASP to request information from a
HTTPS secure site. I have the following code in my file test.asp to
invoke a method.
<%
if NOT Request.form("Test") = "" then
Dim paramList(1)
paramList(0)="www" & Request.form("Test")
myresp = xmlRPC ("https://<web address>", "Isavailable",
paramList)
response.write(myresp & "<p>")
end if
%>
------------
However, when the test.asp page is executed, the error appears in
internet explorer.
------------
Error- msxml3.dll (0x80072F0D) The certificate authority is invalid or
incorrect./aspxmlrpc/code/xmlrpc.asp, line 437
------------
Seems like there is some problem related to the HTTPS secure call to
the destination server. Does anyone know or come across this problem.
Appreciate if anyone can help. Thanks!
Choobs
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xml-rpc/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/