Hi all,

I have made a test html page called test.html, in which the content
is:

<html><head><title>test</title></head><body>test page</body></html>

This was then signed and jar'ed using the netscape signing tool:

signtool -k testkey -Z test.jar ./

This jar was then put onto a webserver. This webserver supports both
http and https (using mod_ssl, if you really want to know...). The
browser being used for the test is Mozilla 0.9.8 release build. When
accessing the jar using the form:

jar:http://192.168.2.1/test.jar!/test.html

The page loads fine and is displayed. However, when accessed using:

jar:https://192.168.2.1/test.jar!/test.html

The browser displays 'transferring data' in the status bar, and stays
like that. The browser is still responsive, but the page never loads.
Anyone with any ideas on what's going on here? Is this a bug?

Thanks all,

--
Lloyd Colling

Reply via email to