03 Sep 2020 08:17 AM - last edited on 09 Mar 2021 02:48 PM by laima_vainina
Hi Everyone,
We are creating custom webhook from Dynatrace for problem notification. We have issue where Dynatrace failed to talk to webhook via proxy chain.
The error message in log is:
[IntegrationConfigUtils] Notification test failed: NotificationResult [retryRecommended=true, message=Could not send request., exception=SSLHandshakeException: Remote host closed connection during handshake, deliveryStatus=CONNECTION_PROBLEM
At least from CA cert perspective, I don't see exception where DT couldn't find the cert path. So, I would assume, CA cert is fine in DT. It's just trying to establish SSL connection with the remote webhook.
Is there a way in DT to enable debug on this specific issue?
Thanks,
Solved! Go to Solution.
03 Sep 2020 12:23 PM
Hello.
As workaround you can skip certificate check by:
To debug this problem I will be execute : wget\curl\python scripts on node.
Or I will be use programs like "postman".
Regards,
Alexander