You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deploying Uptime Kuma in Kubernetes with a valid TLS certificate via Traefik, I also want to send notifications to slack. I have set up a webhook and tested it with the provided curl command. After entering the webhook url in Uptime Kuma, I also tested it there. Unfortunately, it results in a pop up "Error: self-signed certificate" and logs like the below snippet:
Error: Error: Error: self-signed certificate
at Slack.throwGeneralAxiosError (/app/server/notification-providers/notification-provider.js:38:15)
at Slack.send (/app/server/notification-providers/slack.js:107:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Socket.<anonymous> (/app/server/server.js:1304:27)
π Reproduction steps
Install Uptime Kuma 1.23.16
Create a slack app with an incoming webhook
Add it to Uptime Kuma
Save and Hit the Test Button
π Expected behavior
Test notification is sent
π Actual Behavior
Getting Error: self-signed certificate
π» Uptime-Kuma Version
1.23.16
π» Operating System and Arch
AlmaLinux 9.4
π Browser
Safari
π₯οΈ Deployment Environment
Runtime: Kubernetes 1.32.2
Database: the default in the official docker container
Filesystem used to store the database on: XFS
number of monitors: 2
π Relevant log output
Error: Error: Error: self-signed certificate
at Slack.throwGeneralAxiosError (/app/server/notification-providers/notification-provider.js:38:15)
at Slack.send (/app/server/notification-providers/slack.js:107:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Socket.<anonymous> (/app/server/server.js:1304:27)
The text was updated successfully, but these errors were encountered:
π I have found these related issues/pull requests
none found
π‘οΈ Security Policy
Description
After deploying Uptime Kuma in Kubernetes with a valid TLS certificate via Traefik, I also want to send notifications to slack. I have set up a webhook and tested it with the provided curl command. After entering the webhook url in Uptime Kuma, I also tested it there. Unfortunately, it results in a pop up "Error: self-signed certificate" and logs like the below snippet:
π Reproduction steps
π Expected behavior
Test notification is sent
π Actual Behavior
Getting Error: self-signed certificate
π» Uptime-Kuma Version
1.23.16
π» Operating System and Arch
AlmaLinux 9.4
π Browser
Safari
π₯οΈ Deployment Environment
π Relevant log output
The text was updated successfully, but these errors were encountered: