X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralError: Java error Unsigned applicat...

Error: Java error Unsigned application requesting unrestricted access error solution

If you encounter the error Error: Java error Unsigned application requesting unrestricted access while using Java, OpenJDK, or IcedTea, the downloaded JLNP file may be unsigned.

To resolve the error, follow these steps:

File path for Windows:

C:\Program Files\Java\jre1.8.0_351\lib\security\java.security

File path for Linux:

/etc/java-11-openjdk/security/java.security

After opening the file, comment out the following lines and add new lines as shown below to disable the verification checks:

#jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024, \ # DSA keySize < 1024, SHA1 denyAfter 2019-01-01, \ # include jdk.disabled.namedCurves #jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \ # RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224, \ # SHA1 usage SignedJAR & denyAfter 2019-01-01, \ include jdk.disabled.namedCurves

Add the following new values to the file:

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

Finally, ensure that the changes are saved. Additionally, try downloading the JNLP files again and attempt to connect.

Click to review Windows virtual server, remote RDP server packages!

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(2177 times viewed. / 3 people found helpful.)