[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xsl and SSL


Subject: RE: [xsl] xsl and SSL
From: "Eugene Kuznetsov" <eugene@xxxxxxxxxxxxx>
Date: Mon, 26 Nov 2001 11:33:42 -0500

> I am trying to use apply an xsl style sheet to an xml page
> called through a
> site using SSL
>
> 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'.

Sounds like the XML engine you're using couldn't make the 
SSL connection back to your server to get the stylesheet.
It may not have the right credentials or may not be able to
support HTTPS as a URL type. 

You might try referencing the stylesheet using the full
cleartext URL -- "http://x/call_dev/tools/ss.xsl" but still
getting the XML file via the HTTPS connection. If that
works, the issue is likely to be in how the XSLT engine 
calls the browser to fetch URLs' for it. 

Generally, there is no problem with XSL & SSL -- we combine
both technologies in our network devices with no problems
on either server or client side.



\\ Eugene Kuznetsov  (eugene@xxxxxxxxxxxxx)
\\ DataPower Technology, Inc.      
\\ XML-aware network infrastructure (http://www.datapower.com) 
\\ XA35 XML Router & XSLJIT Compiler for wirespeed XML processing

 

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



Current Thread
Keywords