|
From: Dannes W. <da...@ex...> - 2014-12-30 19:01:58
|
Hi, > On 30 Dec 2014, at 14:57 , lluis <ll...@in...> wrote: > > I am trying to disable SSLv3 to prevent POODLE attack on adito, which > uses wrapper. I've tried to add this > to /usr/local/src/adito-0.9.1/conf/wrapper.conf: > > wrapper.java.additional.1=-Dhttps.protocols="TLSv1" > > and in fact is added to the java command: > > /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java the instructions you use are for the OracleVM ; I have my doubts whether it can be used for the OpenJDK6 VM (very old and incompatible with too much code). The work around is... install the OracleVM ? regards Dannes |