I have used a copy of default trust store cacerts and used graylog jvm settings to point to the copy of the cacerts. I have also manually added the cert to default store, replaced the default store with its working copy however I still have the errors and no change in the outcome when testing.
Hi Jan, i have tried replacing the default truststore with the one that i created during enabling https but no luck.
Is there any config file where i can make change to ignore the trust?
you have imported the certificate into the systems key store, but you use a self-defined keystore in your startup parameters.
copy over /usr/lib/jvm/jre-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64/lib/security/cacerts to /etc/graylog/server/keystore.jks and it should work without issue.
Thank you very much Jan. I used the following command post which the error went way. keytool -importkeystore -srckeystore /cacerts -srcstorepass changeit -destkeystore keystore.jks -deststorepass changeit