<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2014.210" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>We have implemented SSL (Secured Socket Layer) in
our project. </FONT><FONT face=Arial size=2>When the XML
"FORM" contacts the (Java) Servlet it should throw an XML page with
*https* protocol...... But the browser says "XSL : Access is denied"
!!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The same page I can see directly (by address) in
browser (through https), but not programmatically through servlet !! XML is also
referring XSL through https.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>(But the same servlet can throw HTML page
through https !!!!! So I guess it finds the XML but not the XSL)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>But one more catch is......as my servlet
extends HttpServlet, the XML "FORM" is contacting the servlet through "http"
& not through "https".........[ even I tried through https, but the FORM
doesn't recognizes the servlet !!! I guess Java Servlet doesn't support SSL, am
I right ?? ]</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Is anybody doing similar work ??</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Regds.......Om</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV></BODY></HTML>