Re: Problem with JSS on Ubuntu

2008-09-06 Thread Marcin T
Hi I finally discovered what is the issue here. In appears that in case of unsigned applets, the code is unable to access SunJCE provider which contains most of the ciphers used by SSL protocol. This means that a session with SSL server is broken and effectively applet is not initialised. So noth

Re: Problem with JSS on Ubuntu

2008-09-04 Thread Marcin T
> The security policy of the JRE might prohibit running unsigned > applets, as well. I don't know how to check on Ubuntu. I am using standard Sun JRE 1.6 32bit along with FF3 32 bit, to be able to run applets in 64 bit environment. I can't find any options in Java console which would alter behavi

Re: Problem with JSS on Ubuntu

2008-09-04 Thread Marcin T
> The security policy of the JRE might prohibit running unsigned > applets, as well.  I don't know how to check on Ubuntu. I am using standard Sun JRE 1.6 32bit along with FF3 32 bit, to be able to run applets in 64 bit environment. I can't find any options in Java console which would alter behavi

Re: Problem with JSS on Ubuntu

2008-09-04 Thread Marcin T
> You get an exception trying to view THAT page? > If so, something's wrong with your JRE installation. JRE seems to work ok as I mentioned before the problems happens when page is authenticated and applet is not signed. I was able to run OpenGL Java apps on Linux which is already big system test.

Re: Problem with JSS on Ubuntu

2008-09-03 Thread Marcin T
Just want to mention that this page works ok: https://jogl-demos.dev.java.net/applettest.html (applet is signed) But as I said if applet is not signed and page is authenticated then I get ClassNotFound exception. Best, Marcin ___ dev-tech-crypto mailin

Re: Problem with JSS on Ubuntu

2008-09-03 Thread Marcin T
Hi Thanks vm for quick response. An applet works ok when opening not encrypted page (no problems with http) Problems start when page is encrypted and authenticated and applet is not signed (when signed I have noticed that it runs ok) - then I get class not found exception. I've tried to switch

Problem with JSS on Ubuntu

2008-09-03 Thread Marcin T
Hello I am trying to solve a problem with java applet authentication on Ubuntu AMD64 in Firefox 3.0 32bit with Java 1.6 32bit. This distro doesn't come with JSS package (it took a lot of googling to actually understand this issue), so I had to install files by hand. I can see that installation w