Thanks Bernd,
Unfortunately that property is only available in Java 7 and newer.
On Thu, Jul 2, 2015 at 11:05 PM, Bernd Eckenfels wrote:
> issues.apache.org (JIRA) has the same problem. The 4096bit DHE prime
> is not supported by Java (not even 1.8). It helps to disable DHE
> completely in jre/l
issues.apache.org (JIRA) has the same problem. The 4096bit DHE prime
is not supported by Java (not even 1.8). It helps to disable DHE
completely in jre/lib/security/java.security:
jdk.tls.disabledAlgorithms=MD5, RC4, SSLv3, DSA, RSA keySize < 2048, DHE
Gruss
Bernd
Am
Thu, 25 Jun 2015 20:35:46 +
Also have to use jdk 7 in deployment.
This post says that it's a kind of wildcard issue, I guess on host.
https://community.oracle.com/thread/2517881
I don't have JDK 6 on my system. Only 5 and 7.
The first time I deployed to Nexus the SSL version made problem and
therefore had to set property -Dht
Hi
I finally sat down today to start the release of maven-pmd-plugin.
Unfortunately I didn't get very far. When I try to "mvn deploy" the
latest SNAPSHOT I get this error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
(default-deploy) on project maven-pm