ServerXMLHttp SSL woes - XML SOAP
This is a discussion on ServerXMLHttp SSL woes - XML SOAP ; I have ann application written using VB6 which uese msxml 4's
ServerXMLHttp control to exchange XML with an application server. The
architecture is multi tiered in the sense that a first server receives
the request and acts as a load ...
-
ServerXMLHttp SSL woes
I have ann application written using VB6 which uese msxml 4's
ServerXMLHttp control to exchange XML with an application server. The
architecture is multi tiered in the sense that a first server receives
the request and acts as a load balancer by redirecting the request to
a second server which handles the actual request. The URL to the first
server is http which the redirect is SSL.
Initially I was getting the following error :
-2147012851 - The certificate authority is invalid or incorrect
I then installed the security certificate onto the client machine and
that seemed to solve that isseu but another error started coming up:
-2147024891 - Access is denied.
I found a posting on the web suggesting to enable a security option
related to submitting non encrypted forms but that didn't help.
Has anone ever run into this situation ? Any clues ?
Best Regards
Thomaz
-
Re: ServerXMLHttp SSL woes
Maybe one of the setOption flags would help, alternatively try an upgrade to
version 6.0.
There is also this, which is in theory for version 3.0:
http://support.microsoft.com/default...;EN-US;Q302080
If all that fails you can normally get better results using WinHTTP instead:
http://msdn2.microsoft.com/en-us/library/aa384273.aspx
--
Joe Fawcett (MVP - XML)
http://joe.fawcett.name
<tomkoberle> wrote in message
news:1175550145.087026.248830@e65g2000hsc.googlegroups.com...
>I have ann application written using VB6 which uese msxml 4's
> ServerXMLHttp control to exchange XML with an application server. The
> architecture is multi tiered in the sense that a first server receives
> the request and acts as a load balancer by redirecting the request to
> a second server which handles the actual request. The URL to the first
> server is http which the redirect is SSL.
> Initially I was getting the following error :
>
> -2147012851 - The certificate authority is invalid or incorrect
>
> I then installed the security certificate onto the client machine and
> that seemed to solve that isseu but another error started coming up:
>
> -2147024891 - Access is denied.
>
> I found a posting on the web suggesting to enable a security option
> related to submitting non encrypted forms but that didn't help.
>
> Has anone ever run into this situation ? Any clues ?
>
> Best Regards
> Thomaz
>
-
Re: ServerXMLHttp SSL woes
On Apr 3, 12:01 am, "Joe Fawcett" <joefawc...@newsgroup.nospam> wrote:
> Maybe one of the setOption flags would help, alternatively try an upgrade to
> version 6.0.
> There is also this, which is in theory for version 3.0:http://support.microsoft.com/default...;Q302080&ID=KB...
>
> If all that fails you can normally get better results using WinHTTP instead:http://msdn2.microsoft.com/en-us/library/aa384273.aspx
>
> --
>
> Joe Fawcett (MVP - XML)
>
> http://joe.fawcett.name
>
> <tomkobe...> wrote in message
>
> news:1175550145.087026.248830@e65g2000hsc.googlegroups.com...
>
> >I have ann application written using VB6 which uese msxml 4's
> > ServerXMLHttp control to exchange XML with an application server. The
> > architecture is multi tiered in the sense that a first server receives
> > the request and acts as a load balancer by redirecting the request to
> > a second server which handles the actual request. The URL to the first
> > server is http which the redirect is SSL.
> > Initially I was getting the following error :
>
> > -2147012851 - The certificate authority is invalid or incorrect
>
> > I then installed the security certificate onto the client machine and
> > that seemed to solve that isseu but another error started coming up:
>
> > -2147024891 - Access is denied.
>
> > I found a posting on the web suggesting to enable a security option
> > related to submitting non encrypted forms but that didn't help.
>
> > Has anone ever run into this situation ? Any clues ?
>
> > Best Regards
> > Thomaz
Thanks for the reply
I had seen those two posts but unfortunately they don't help. I wanted
to see if I could fix this problem without opening up the code.
Thomaz
Similar Threads
-
By Application Development in forum Inetserver
Replies: 10
Last Post: 01-30-2006, 06:54 AM
-
By Application Development in forum Inetserver
Replies: 5
Last Post: 01-19-2006, 08:47 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 01-18-2006, 05:16 PM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 10-07-2003, 03:34 AM
-
By Application Development in forum XML SOAP
Replies: 0
Last Post: 09-23-2003, 01:15 PM