Home » Fix Java error Unsigned application requesting unrestricted access to system

Fix Java error Unsigned application requesting unrestricted access to system

by blackMOREOps
52 comments

Tried to login to one of my server that requires Java and immediately got this error:

Unsigned application requesting unrestricted access to system. The following resource is signed with a weak signature algorithm MD5withRSA and is treated as unsigned

After some research on Google I found that the root cause was JAR files signed with MD5 algorithms. Apparently Java/Oracle decided to play smart suddenly and now they are treating JAR files signed with keySize less than <1024 as unsigned JARs. Read more here.

Fixing Unsigned application requesting

You can fix this by simply commening out jdk.jar.disabledAlgorithms in the file of lib/security/java.security

  1. In my Windows it’s located at:
    C:\Program Files (x86)\Java\jre7\lib\security\java.security
  2. In MacOS it’s located at
    /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security
  3. In Linux? – readers please comment below

Fix Java error Unsigned application requesting unrestricted access to system - blackMORE Ops

I simply edited the file and added a hash # in front of the line below, save and run the JNLP File again and it worked.

# jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

In some cases you may need to clear browser cache and Java Temporary files. Browser cache is normal, just delete everything including history form the beginning of time, all cookies, downloaded applications etc. For Java Temporary files do it from Control Panel > Java >

Now you can argue if this is secured? Duh, no … but when you’re about to make a change and there’s no alternative, then this is a quick and dirty fix. An alternative might be changing it to <128 Keysize or something else instead of commenting it out. Use your judgement i.e.

jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 128

You may also like

52 comments

آموزش پیانو June 10, 2018 - 1:49 pm

You have a nice site and have good content

Reply
جی پی اس خودرو June 10, 2018 - 1:52 pm

javascript error big error of website in firefox
special wordpress website

Reply
seouser June 10, 2018 - 1:56 pm

You are an interesting site

Reply
feryad June 21, 2018 - 10:09 pm

thank a lot the issue has been fixed

Reply
asremusic July 15, 2018 - 8:24 pm

You are an interesting site

Reply
iranzirnevis August 4, 2018 - 9:59 pm

very good .thanks

Reply
shadow (@frontline_ops) September 14, 2018 - 10:40 pm

/usr/java2/lib/security/java.security and /usr/java/jre/lib/security/java.security

jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

Worked for me in Linux

Reply
shadow (@frontline_ops) September 14, 2018 - 10:41 pm

n.b. hash# out jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

Reply
z4car November 12, 2018 - 3:14 pm

javascript has trouble

Reply
iranservice November 12, 2018 - 3:16 pm

Javascript is one of the main parts of the site?

Reply
a b January 20, 2019 - 8:01 am

I LUV YOU THX.

Reply
Elieza March 4, 2019 - 5:18 pm

works like a charm… love you!

Reply
Darin Wand July 25, 2019 - 12:08 pm

You are awesome! Thanks for the tip

Reply
mohsen shabani October 22, 2019 - 10:15 pm

Why it wont let me save the file?

Reply
Dave Jancan November 20, 2019 - 5:44 am

The file writes to the file does not allow editing go to properties and security and add full user rights to the file.

Reply
Yousef Hassouneh December 29, 2019 - 8:12 pm

I’ve hashed the line mentioned onto my windows pc, but still didnt’ work ? is it onto server ?

Reply
Agk May 1, 2020 - 3:18 am

I did the same. But it didn’t work

Reply
Hongyun November 5, 2020 - 5:50 pm

It worked! Thanks very much for your sharing!

Reply
Robert November 18, 2020 - 7:22 am

What do I use to open the file to edit it?

Reply
Hector M October 20, 2022 - 9:01 am

Notepad, Notepad++ or any text editor

Reply
Doug Allard October 25, 2022 - 9:10 pm

Excellent!
Got my SAP PJ connection working again
Well done

Reply
McStuffins November 6, 2022 - 1:49 am

thank you! worked like a charm,

Reply
Kaan December 1, 2022 - 2:51 pm

I am using windows 10. Unfortunately, these steps didn’t work.

Reply
cal January 17, 2023 - 3:57 am

awesome! still works with java 8 351!! thanks.

Reply
1 2 3

Leave your solution or comment to help others. Comment don't need registration or real email, so feel free.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

blackMORE Ops - touch-icon-72x72

blackMORE Ops” does not promote, encourages and excite hackers, its purpose is to make people aware that what is going around. Know Hacking but No Hacking!

Feature Posts

Newsletter