Click to See Complete Forum and Search --> : SSL and XML
Anyone know why if I use xml over Http - a Post with text/xml from a browser
and have SSL turned, why the xml is malformed when it gets to the ASP page?
I've searched the internet and have come up empty. It worked fine before
they turned SSL on.
Mark
Can you be more specific when you say the document is malformed? Is there
data appended to the file? Or is the document that was posted not showing
up on the ASP side? I use the ServerXMLHTTP object with SSL all the time,
never had a problem with it.
"mark" <mnuttall@nospam.com> wrote:
>
>Anyone know why if I use xml over Http - a Post with text/xml from a browser
>and have SSL turned, why the xml is malformed when it gets to the ASP page?
> I've searched the internet and have come up empty. It worked fine before
>they turned SSL on.
>
>Mark
I can't be more specific because that is all the message I get. I tried to
see what was in the request object. There seemed to be nothing. I printed
it to a file. Nothing in it. All I know is that the DOMDocument can't parse
the request object.
I had tried to use the ServerXMLHttp object and I couldn't create it so I
am not using that (I do have MSXML3 installed). Isn't it only for server
side?
Let me know how you are using the ServerXMLHttp object.
Thanks,
Mark
"Jay" <jay_broni@hotmail.com> wrote:
>
>Can you be more specific when you say the document is malformed? Is there
>data appended to the file? Or is the document that was posted not showing
>up on the ASP side? I use the ServerXMLHTTP object with SSL all the time,
>never had a problem with it.
>
>"mark" <mnuttall@nospam.com> wrote:
>>
>>Anyone know why if I use xml over Http - a Post with text/xml from a browser
>>and have SSL turned, why the xml is malformed when it gets to the ASP page?
>> I've searched the internet and have come up empty. It worked fine before
>>they turned SSL on.
>>
>>Mark
>
Well it seems it is not XML. It is IE and SSL and ASP. When the request
gets to the server the request.totalbytes = 0. I can run the app in my ide
and connect to the same server and it works. I will post this in another
group.
Mark
devx.com
Copyright Internet.com Inc. All Rights Reserved