Bug #11476
Telegram and Pushover notification API calls do not respect proxy configuration
Start date:
02/20/2021
Due date:
% Done:
0%
Estimated time:
Affected Version:
2.5.0
Affected Architecture:
Release Notes:
Default
Description
Telegram and Pushover notifications ingore proxy configuration on "System -> Advanced -> Miscellaneous"
see also #11464
Associated revisions
Use set_curlproxy() function for cURL proxy configuration. Issue #11476
(cherry picked from commit 8b424bca02372246210fba3cf36045a704c11ae3)
set_curlproxy() fixes. Issue #11476
set_curlproxy() fixes. Issue #11476
(cherry picked from commit 75a3b0decc8e26e42cdc04f84d7a1a806c922f5a)
History
#2
Updated by Jim Pingle about 2 months ago
- Status changed from New to Pull Request Review
- Target version set to CE-Next
#3
Updated by Renato Botelho about 2 months ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
#4
Updated by Jim Pingle about 1 month ago
- Status changed from Feedback to Waiting on Merge
- Target version changed from CE-Next to 2.5.1
#5
Updated by Renato Botelho about 1 month ago
- Status changed from Waiting on Merge to Feedback
Cherry-picked to RELENG_2_5_1
#6
Updated by Jim Pingle about 1 month ago
- Subject changed from Telegram and Pushover notification ignore proxy configuration to Telegram and Pushover notification API calls do not respect proxy configuration
Updating subject for release notes.
#7
Updated by Viktor Gurov 28 days ago
- Status changed from Feedback to New
some errors:
[16-Mar-2021 18:09:49 Europe/Moscow] PHP Warning: curl_setopt() expects parameter 1 to be resource, null given in /etc/inc/pfsense-utils.inc on line 3597 [16-Mar-2021 18:12:13 Europe/Moscow] PHP Fatal error: Uncaught Error: Call to undefined function configure_proxy() in /usr/local/www/services_acb.php:236
fix:
https://gitlab.netgate.com/pfSense/pfSense/-/merge_requests/193
#8
Updated by Jim Pingle 28 days ago
- Status changed from New to Pull Request Review
#9
Updated by Renato Botelho 28 days ago
- Status changed from Pull Request Review to Feedback
Merged and cherry-picked to 2.5.1
Use set_curlproxy() function for cURL proxy configuration. Issue #11476