L3arn3r Posted May 26, 2014 Posted May 26, 2014 I have web-server locally and java applet is required to work properly on web-server so i have made self-signed applet... It is working fine on older version of java but wanna run with new version of java.. Error! "Your security settings have blocked a self-signed application from running?" solution? Quote
cooper Posted May 26, 2014 Posted May 26, 2014 (edited) Scroll down a bit to see the workaround Edited May 26, 2014 by Cooper Quote
L3arn3r Posted June 2, 2014 Author Posted June 2, 2014 Scroll down a bit to see the workaround I know that anything can be done by personal exceptions as i do not want to do java security settings on every individual PC.. I wanna make verified applet which can be use without modify java security setting Quote
cooper Posted June 2, 2014 Posted June 2, 2014 Then get a real cert instead of a self-signed one. Quote
L3arn3r Posted June 3, 2014 Author Posted June 3, 2014 Then get a real cert instead of a self-signed one. that's what i was asking but i have not much experience on this so would you explain some more bit how and where i can get cheapest one cert? Quote
cooper Posted June 3, 2014 Posted June 3, 2014 Here's that exact question answered: http://stackoverflow.com/questions/155241/cheapest-java-code-signing-certificate-not-self-signed Long story short: It'll cost you a few pennies and less per year if you take a cert that is valid for longer. It pays to shop around a bit and you should specifically look out for code signing certificates. I don't beleve you need the "Extended Verification" or EV certs. That's for signing UEFI bios updates and such. And here's the process of signing your code with an actual as opposed to self-signed cert: http://www.codejava.net/java-se/applet/how-to-sign-a-java-applet?showall=&start=4 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.