Re: JNLP launched legacy app needs to override jdk.tls.disabledAlgorithms

2018-05-22 Thread Tom Hood
e the problem that you do not get javaws updates starting on > January (easily) anymore. > > JNLP does not allow to overwrite random properties for the started app. > > Gruss > Bernd > -- > http://bernd.eckenfels.net > ------ > *From:* security-

Re: JNLP launched legacy app needs to override jdk.tls.disabledAlgorithms

2018-05-22 Thread Tom Hood
g java.security properties, you use one > equals, “=“. To override you use 2, “==‘. So you may want something like: > > java-vm-args="-Djava.security.properties==override_file" > > > Tony > > On May 21, 2018, at 7:48 PM, Tom Hood wrote: > > Hi, > > Our

JNLP launched legacy app needs to override jdk.tls.disabledAlgorithms

2018-05-21 Thread Tom Hood
Hi, Our legacy app will no longer launch with JNLP as of Java 8u171 and 8u172 due to the addition of "3DES_EDE_CBC" to the global java.security file's "jdk.tls.disabledAlgorithms" property. Schedule constraints do not allow us to upgrade our application to a stronger cipher suite at this time and

Re: StackOverflowError - Java 9 Build 181

2017-09-20 Thread Tom Hood
nning with the JRE. I haven't tried running with the JDK installation. -- Tom On Wed, Sep 20, 2017 at 2:17 PM, Tom Hood wrote: > In case useful, our jnlp file also contains this: > > > > > > On Wed, Sep 20, 2017 at 2:14 PM, Tom Hood wrote: > >> Sean, >&g

Re: StackOverflowError - Java 9 Build 181

2017-09-20 Thread Tom Hood
In case useful, our jnlp file also contains this: On Wed, Sep 20, 2017 at 2:14 PM, Tom Hood wrote: > Sean, > > I'll add those lines to the lib/security/default.policy file as you > suggested. I left the app running overnight and came in this morning and > it was s

Re: StackOverflowError - Java 9 Build 181

2017-09-20 Thread Tom Hood
quot; { >> permission java.security.AllPermission; >> }; >> >> I have a hunch that permissions are not being granted to the jdk.javaws >> module before it needs them. If that fixes the issue (or you don't see it >> for a few days), I'll followup and

Re: StackOverflowError - Java 9 Build 181

2017-09-19 Thread Tom Hood
mains). Also, have you tested this on builds earlier than > b181? > > Thanks, > Sean > > On 9/19/17 2:53 PM, Tom Hood wrote: > >> I should add that we have not modified or overridden any policy files. >> Also, we are not using a custom security manager. >> &