Setting up graylog-project v 2.5 on centos 7.6

Hi, I’m trying to set up graylog-project on centos 7.6 to write a custom plugin. After the bootstrap from github the initial maven compile fails in TEST-org.graylog2.plugin.inputs.transports.util.KeyUtilTest.xml with java.security.cert.CertificateParsingException: java.io.IOException: Unknown named curve: 1.3.132.0.10. After some googling to looks like it may be a bug in openjdk or a problem with centos 7.6 certs? Has anyone else run into this and found a work around?
Thanks,
Patty

I would like to link: Questions and You: A guide to getting an answer

What have you downloaded, what have you done exactly, What Software Version did you use?

Thanks for your reply Jan. This is what I did on centos 7.6:, java-1.8.0-openjdk.x86_64, apache-maven 3.5.2-1.el7
graylog-project bootstrap github://Graylog2/graylog-project.git --manifest=“manifests/2.5.json”
mvn archetype:generate -DarchetypeGroupId=org.graylog -DarchetypeArtifactId=graylog-plugin-archetype
mvn clean install

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.