notification-controller icon indicating copy to clipboard operation
notification-controller copied to clipboard

HTTP/S Proxy for Telegram does not work

Open dyvol777 opened this issue 3 years ago • 3 comments

There is a proxy parameter in the spec. But not all types support it. For example, telegram does not support link.

I spent a lot of time to understand this. Shouldn't all types support this setting? Or at least have a mention in the documentation that they don't support proxies.

dyvol777 avatar Oct 20 '22 19:10 dyvol777

I think this is bug, HTTP/S proxies should work for all providers.

stefanprodan avatar Oct 21 '22 07:10 stefanprodan

I believe this issue also applies to the git commit status update providers as well. None of them appear to have proxy support via the spec.proxy element However, by kustomizing the notification controller, you can set HTTPS_PROXY/NO_PROXY and the client will use it

darren-steven avatar Mar 29 '23 11:03 darren-steven