«

»

Jan 15

Enable Java 7 plugin for Linux Firefox

So the new Java update came out yesterday (version 7.51) and messed up access to our Checkpoint VPN SSL client.  And I find out that after installing the new version on windows you need to set the Java control panel security tab to Medium for our VPN to be trusted.

But I’m using Fedora 19 so there is no Java control panel.  After updating the JDK (because it has everything) and updating all of the alternatives spelled out really well here: http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/

I still can’t access the VPN snx web plugin.  Turns out it’s the same security issue from windows and OS X but I need to find the configuration.  Turns out it’s in you home folder under the .java folder.  Specifically this file /home/<user>/.java/deployment/deployment.properties

[important]In there you need to add some lines.[/important]  Probably not as many as I added but this worked for me and should for you.

#deployment.properties
#Wed Jan 15 05:15:19 GMT 2014
deployment.modified.timestamp=1389762919697
deployment.expiration.decision.timestamp.10.45.2=1389762919
deployment.version=7.21
deployment.expiration.decision.10.45.2=later
deployment.expiration.decision.suppression.10.45.2=false
deployment.browser.path=/usr/bin/firefox
#Java Deployment jre’s
#Wed Jan 15 05:15:19 GMT 2014
deployment.javaws.jre.0.registered=true
deployment.javaws.jre.0.platform=1.7
deployment.javaws.jre.0.osname=Linux
deployment.javaws.jre.0.path=/usr/java/jdk1.7.0_45/jre/bin/java
deployment.javaws.jre.0.product=1.7.0_45
deployment.javaws.jre.0.osarch=amd64
deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
deployment.javaws.jre.0.enabled=true
deployment.javaws.jre.0.args=
[important]deployment.security.level=MEDIUM
deployment.webjava.enabled=true
deployment.insecure.jres=PROMPT
deployment.expiration.check.enabled=false
deployment.security.askgrantdialog.show=true
deployment.security.askgrantdialog.notinca=true
deployment.security.jsse.hostmismatch.warning=false[/important]

So the refrence for this took me a while to find but it’s located here: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/properties.html

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close Bitnami banner
Bitnami