Reputation: 1509
Is there any way to convert self signed certificate to trusted one?
So can I by pass below alert?
I have one applet which trying to run some application on user's machine.
I am using self signed jar.
Upvotes: 0
Views: 13573
Reputation: 1
Another choice is to open a page, accept and run the application, then leave the page open. Add a new tab open the page again and you wont get the warnings.
Upvotes: 0
Reputation: 1
You have to choose between uninstalling Java or using an older version. Otherwise you have to OK every single JSP page you ever use. Don't ever upgrade your Java because it will reset all of these warnings and you'll have to go through the process all over again. Our internal LAN uses a JSP application as a frontend to our Oracle database, and I have to check this box about 2 - 300 times every time Java is upgraded. I finally installed an older version. If Oracle was trying to make people even more averse to upgrading Java, good job.
Upvotes: 0
Reputation: 28687
No, you cannot stop that warning from appearing. It exists exactly for the purpose of preventing developers from doing what you're trying to do, as running executables without permission can be dangerous for the end user's system and personal data.
Upvotes: 5