Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!
1. Describe your incident:
I am trying to integrate graylog with nucool system using webhook URL provided by nucool system and getting pkix path building failed error. I am using graylog alert http notification feature to implement this.
(Error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)
2. Describe your environment:
- OS Information:
cat os-release
PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=“https://www.debian.org/”
SUPPORT_URL=“Debian -- Support”
BUG_REPORT_URL=“https://bugs.debian.org/”
-
Package Version:
-
Service logs, configurations, and environment variables:
3. What steps have you already taken to try and solve the problem?
since nuccol oss system is using self signed certificate, so i have imported nuccol certificate to graylog cacerts using keytool utility but still error is not fixed.
webhook url https://172.18.72.210:4443/probe/webhook/NetOps/
4. How can the community help?
Looking for a solution on how to fix this issue . api response and payload details are given below for reference.
https://graylog-netopsai.apps.ocp19.nfvdev.tlabs.ca/api/events/notifications/test
{“id”:“60c84f70f38d927e6effa3a7”,“title”:“cicd notification”,“description”:“cicd notification”,“config”:{“type”:“http-notification-v1”,“url”:"https://172.18.72.210:4443/probe/webhook/NetOps/"}}
response header: {“Access-Control-Allow-Credentials”:“true”,“Access-Control-Allow-Headers”:“Authorization, Content-Type, X-Graylog-No-Session-Extension, X-Requested-With, X-Requested-By”,“Access-Control-Allow-Methods”:“GET, POST, PUT, DELETE, OPTIONS”,“Access-Control-Allow-Origin”:“https://graylog-netopsai.apps.ocp19.nfvdev.tlabs.ca”,“Access-Control-Max-Age”:“600”,“Connection”:“keep-alive”,“Content-Length”:“178”,“Content-Type”:“application/json”,“Date”:“Wed, 13 Apr 2022 04:56:33 GMT”,“Server”:“nginx/1.21.6”,“X-Graylog-Node-Id”:“d9b29696-31fe-47e4-8eab-55577f654583”,“X-Runtime-Microseconds”:“89328”}
Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]