RE: [xsl] xsl and SSL

Subject: RE: [xsl] xsl and SSL
From: timw@xxxxxxx
Date: Tue, 27 Nov 2001 09:45:05 +1100
> -----Original Message-----
> From: Clive Bredenkamp [mailto:clive@xxxxxxxxxxxx]

> Nope... same server. The files sit right next to each other. 
> Called via same
> URL. So the link in the XML file is simply to "ss.xml". No URL change.

> > ie. https://xxx.xxx.xxx.xxx/call_dev/tools/Page1.xml
> >
> > but I get the following error...
> >
> > The download of the specified resource has failed. Error processing
> resource
> > 'https://xxx.xxx.xxx.xxx/call_dev/tools/ss.xsl'.
> >
> >
> > Now if I navigate to the page without SSL
> >
> > ie. http://xxx.xxx.xxx.xxx/call_dev/tools/Page1.xml
> >
> > all is fine.

I think Mike Kays comments about calling random servers still applies even
though the domain name may be the same, simple because the http:// and
https:// are such that they equate to seperate addresses.

Have you ever tried sharing a session across a http:// and a https://? It
has never worked for me.  

Perhaps if you placed the XSL which calls the XML was on the secure part of
your domain, then you could use the relative path to extract the XML. ie
"ss.xml"

Cheers,
Tim Watts :)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread