Tags: appache, authority, certificate, dll, iis, incorrect, invalid, microsoft, msdn, msxml3, selfsigned, server, software, ssl, stuck

The certificate authority is invalid or incorrect

On Microsoft » Microsoft IIS Development

3,024 words with 1 Comments; publish: Sun, 25 May 2008 18:59:00 GMT; (30093.75, « »)

Hi.

Trying to move my sites from 2000 to 2003 and got stuck on msxml3.dll.

Trying to get information from a appache server with selfsigned SSL using MSXML2.ServerXMLHTTP.

It works just fine on my 2000 server but on my 2003 it=B4s not working.

Found a KB that say i have to login as IWAN_ user and install the cert. But there has to be another way...

Why is it woking on 2000 and not on 2003?

i=B4m using this code:

set xmldoc =3D Server.CreateObject("MSXML2.ServerXMLHTTP")

strxmlurl=3D"https://server/cgi/getdata?user=3Dxxx"

xmldoc.open "GET", strxmlurl, false

xmldoc.send

and get this error:

msxml3.dll (0x80072F0D)

The certificate authority is invalid or incorrect

if anyone have a good solution plz email me...

All Comments

Leave a comment...

  • 1 Comments
    • This should also apply to w2k3: <http://support.microsoft.com/default.aspx?scid=kb;[LN];307267>

      If not, you will want the xml people to see what else might be needed.

      Thank you. I hope this information is helpful.

      Tim Coffey [MSFT]

      This posting is provided ?AS IS? with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.

      --

      | Content-Class: urn:content-classes:message

      | From: "bjorn" <bjorn.gabrielsson.iis.itags.org.cite.hh.se>

      | Sender: "bjorn" <bjorn.gabrielsson.iis.itags.org.cite.hh.se>

      | Subject: The certificate authority is invalid or incorrect

      | Date: Wed, 24 Sep 2003 06:36:34 -0700

      | Lines: 25

      | Message-ID: <119201c382a0$df1f3b10$3501280a.iis.itags.org.phx.gbl>

      | MIME-Version: 1.0

      | Content-Type: text/plain;

      | charset="iso-8859-1"

      | Content-Transfer-Encoding: quoted-printable

      | X-Newsreader: Microsoft CDO for Windows 2000

      | Thread-Index: AcOCoN8cyJ1EJDJdR1CXvCR7A57RgA==| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300

      | Newsgroups: microsoft.public.inetserver.iis

      | Path: cpmsftngxa06.phx.gbl

      | Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:276923

      | NNTP-Posting-Host: TK2MSFTNGXA06 10.40.1.53

      | X-Tomcat-NG: microsoft.public.inetserver.iis

      |

      | Hi.

      | Trying to move my sites from 2000 to 2003 and got stuck

      | on msxml3.dll.

      | Trying to get information from a appache server with

      | selfsigned SSL using MSXML2.ServerXMLHTTP.

      | It works just fine on my 2000 server but on my 2003 it´s

      | not working.

      | Found a KB that say i have to login as IWAN_ user and

      | install the cert. But there has to be another way...

      | Why is it woking on 2000 and not on 2003?

      | i´m using this code:

      | set xmldoc = Server.CreateObject("MSXML2.ServerXMLHTTP")

      | strxmlurl="https://server/cgi/getdata?user=xxx"

      | xmldoc.open "GET", strxmlurl, false

      | xmldoc.send

      | and get this error:

      | msxml3.dll (0x80072F0D)

      | The certificate authority is invalid or incorrect

      | if anyone have a good solution plz email me...

      |

      #1; Sun, 25 May 2008 19:01:00 GMT