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
Configuring cos-alerter to use a squid proxy to reach the internet (and pagerduty), yields an invalid request in Squid: 1710247929.228 0 <IP adress> NONE/400 3824 NONE error:invalid-request - HIER_NONE/- text/html
And then cos-alerter logs an error: Mar 12 10:31:19 prod-is-cos-alerter-1 docker[3288655]: 2024-03-12T10:31:19.847Z [cos-alerter] WARNING:apprise:A Connection error occurred sending Pager Duty notification to events.pagerduty.com.
Whereas, when using the apprise application from the same machine, through the same proxy, the alerts are successfully sent.
(Yielding 1710257497.415 783 <IP address> TCP_TUNNEL/200 4124 CONNECT events.pagerduty.com:443 - HIER_DIRECT/44.233.86.211 -)
Bug Description
Configuring cos-alerter to use a squid proxy to reach the internet (and pagerduty), yields an invalid request in Squid:
1710247929.228 0 <IP adress> NONE/400 3824 NONE error:invalid-request - HIER_NONE/- text/html
And then cos-alerter logs an error:
Mar 12 10:31:19 prod-is-cos-alerter-1 docker[3288655]: 2024-03-12T10:31:19.847Z [cos-alerter] WARNING:apprise:A Connection error occurred sending Pager Duty notification to events.pagerduty.com.
Whereas, when using the apprise application from the same machine, through the same proxy, the alerts are successfully sent.
(Yielding
1710257497.415 783 <IP address> TCP_TUNNEL/200 4124 CONNECT events.pagerduty.com:443 - HIER_DIRECT/44.233.86.211 -
)To Reproduce
(see above)
Environment
cos-alerter running in a docker container:
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: