5

NOTICE: Finally it works adding an exception as @duDE shows in his posted Answer, basically it doesnt work before because i did it wrong.

The problem:

I'm running a Java applet in my browser and it shows the following message.

Valid Cert

What's is my Research and what i've tried?

I have carefully searched the problem and I believe my question is unique.

There are a several question about early versions but I can't find a real solution for my current Java Version.

I have research in Google and SuperUser trying all the possible solutions there and nothing. The solutions I found require setting the security level to Medium in the Java Configuration, but there is no Medium security option when I attempt to change it.

Java

There was another solution pointing to the following dialog but I cannot find how to access it.

Java

Seems if I get there, I can run an application without any security pop-up/prompt.

I have also tried to put a website exception which didn't work

.

Clarifing my Question

How could I skip that prompt successfully?

I require a client-side solution. Please take into consideration that I am not programmer, and I did not develop this Java applet.

I have Java (JRE) 8 Update 45 installed on a Windows 7 Professional x86 system.

1 Answers1

8

Well, you can simply add the application URL to the Exception list: How can I configure the Exception Site List?

Click on the Edit Site List button.
Click the Add in the Exception Site List window.
Click in the empty field under Location field to enter the URL.
URL should begin with http:// or https://
eg. http://myexample.com or https://myexample.com
Click OK to save the URL that you entered. If you click Cancel, the URLs are not saved.
Click Continue on the Security Warning dialog.

enter image description here

Leo Chapiro
  • 15,705