Abra
Abra

Reputation: 20914

Java WebStart not working

I successfully ran a Java WebStart application under JDK 1.8.0_65
However the same application doesn't run under JDK 1.8.0_151
Yes, I added the URL to the Exception Site List in order to run the app under JDK 1.8.0_65
The app is 3rd party and I have no access to it, I only run it and I'm certain it hasn't changed.
I am on a company Intranet, i.e. a closed, isolated network.
The error I get is as follows:

Unsigned application requesting unrestricted access to system.
The following resource is signed with a weak signature algorithm MD5withRSA and is treated as unsigned:
http://xyz:1234/dir/res.jar.pack.gz

Cheers,
Avi.

Upvotes: 0

Views: 3746

Answers (1)

Dentka Pawel M
Dentka Pawel M

Reputation: 46

Did you read this manual? https://www.java.com/en/download/help/jcp_security.xml

Focus on "Applications signed with MD5withRSA or MD5withDSA"

Upvotes: 1

Related Questions