XML through SSL ??

David Brownell david-b at pacbell.net
Wed Jul 28 18:53:01 BST 1999


You must have configured things wrong.  Java Servlets have supported
SSL since their first major release -- "https" is just like HTTP except
that it's got the "Secure Sockets _LAYER_" between the HTTP and TCP.

I've sent XML to an HTTP(S) servlet, so I can testify it works.  But
check your web server configuration -- the "https" parts of servers
are normally distinct from the insecure "http" ones, so being able
to contact a servlet via "http" doesn't mean it'll work securely.

- Dave


----- Original Message -----
From: Om Band
To: xml-developers ; XML-General Discussion
Sent: Wednesday, July 28, 1999 1:51 AM
Subject: XML through SSL ??


Hi,
We have implemented SSL (Secured Socket Layer) in our project. 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" !!

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.

(But the same servlet can throw HTML page through https !!!!! So I guess it
finds the XML but not the XSL)

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 ?? ]

Is anybody doing similar work ??

Thanks
Regds.......Om




xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list