Re: Problem with JSS on Ubuntu

2008-09-08 Thread Glen Beasley
Marcin T wrote: > 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 > You need to spend your time on "signing the applet" correctly. You really don't want to get unsigned applets working by modifying

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 Glen Beasley
hi Martin, As this is not a JSS/NSS/NSPR issue. Please read: http://java.sun.com/javase/6/docs/technotes/guides/plugin/ If you have more questions on signing applets I believe your best source expert information is to ask in this forum: http://forums.sun.com/forum.jspa?forumID=63&start=0 >

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 Kyle Hamilton
The security policy of the JRE might prohibit running unsigned applets, as well. I don't know how to check on Ubuntu. -Kyle H On Wed, Sep 3, 2008 at 10:15 PM, Nelson B Bolyard <[EMAIL PROTECTED]> wrote: > Marcin T wrote > >> However when I try to run a test java applet over SSL connection, I >>

Re: Problem with JSS on Ubuntu

2008-09-03 Thread Nelson B Bolyard
Marcin T wrote > However when I try to run a test java applet over SSL connection, I > get ClassNotFound exception: > > https://www.java.com/en/download/help/testvm.xml You get an exception trying to view THAT page? If so, something's wrong with your JRE installation. Or is it another page

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

Re: Problem with JSS on Ubuntu

2008-09-03 Thread Glen Beasley
hi, You only need to install JSS if your applet or the applet you want to use requires JSS. Getting the following URL (you specified) to display correctly over SSL in FF3 does not require JSS https://www.java.com/en/download/help/testvm.xml The SSL connection and applet do not use JSS, so thi

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