|
|
Subject:
https ServerXMLHTTP visual basic
Category: Computers > Programming Asked by: mort_en-ga List Price: $25.00 |
Posted:
12 Jul 2004 01:13 PDT
Expires: 11 Aug 2004 01:13 PDT Question ID: 372935 |
I want to open this url https://cbg.tele2.se:8443/xmlrpc-login using the ServerXMLHTTP object. I have tested MSXML3 and MSXML5. Same error on both versions. I get this error message: -2147012852 A certificate is required to complete client authentication This is my code: Set xmlhttp = New ServerXMLHTTP50 xmlhttp.Open "POST", "https://cbg.tele2.se:8443/xmlrpc-login", False xmlhttp.setRequestHeader "Content-Type", "text/xml" xmlhttp.send xmldata I don`t need to use the xml object to deliver my request, all I need is a way to deliver a xml-rpc to this url, and I need it today |
|
There is no answer at this time. |
|
Subject:
Re: https ServerXMLHTTP visual basic
From: crythias-ga on 12 Jul 2004 01:30 PDT |
:) Sometimes merely looking up your error is enough in Google :) http://support.microsoft.com/default.aspx?scid=kb;EN-US;q294266 http://support.microsoft.com/default.aspx?scid=kb;EN-US;302080 http://www.derkeiler.com/Newsgroups/microsoft.public.inetserver.iis.security/2003-09/0705.html Google Search: A certificate is required to complete client authentication I am not a Google Answers Researcher |
Subject:
Re: https ServerXMLHTTP visual basic
From: crythias-ga on 12 Jul 2004 01:33 PDT |
In case you didn't catch this from the third link... http://support.microsoft.com/?id=301429 |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |