mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Notification type "OPSGenie" - Unable to send notifications via a proxy #2736
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JulienAubert9 on GitHub (Oct 31, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
Hello,
With the notification integration type "OPSGenie", it's impossible to transmite notification through a proxy because the integration is not able to talk correctly to http proxy.
We see direct requests "POST https://api.eu.opsgenie.com/v2/alerts" in the logs, this is not supported.
The integration has to first open a tunnel using CONNECT method: e.g.: "CONNECT api.eu.opsgenie.com:443 HTTP/1.0"
A "curl" command is automatically do this, for example.
Please, could you add this possibility ? We use Kuma behind a proxy
Thank you in advance
👟 Reproduction steps
Configure the notification integration "OPSGenie" and use is through a proxy
👀 Expected behavior
The notification integration "OPSGenie" should be able to send notification through a proxy.
😓 Actual Behavior
Error 503 when we test to send a notification because the proxy refuse the connection
🐻 Uptime-Kuma Version
1.23.3
💻 Operating System and Arch
Portainer integration
🌐 Browser
Not relevant
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@CommanderStorm commented on GitHub (Oct 31, 2023):
Not a bug, but a feature request.
None of the notification providers use the proxy settings
If you'd like to contribute such a feature see our contribution guide
@CommanderStorm commented on GitHub (Dec 10, 2023):
Duplicate of #616