mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[GH-ISSUE #489] proxy settings not handled from config.php #104
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#104
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 @eap1978 on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/489
Hi,
i have NC server with proxy settings in config.php
...
'proxy' => 'proxy.server:3128',
...
but this setting do not handled by twofactor_gateway and it trying to send request to api.telegram directly.
TelegramBot\Api\HttpException: Failed to connect to api.telegram.org port 443: Connection refused
@vitormattos commented on GitHub (Apr 7, 2022):
Do you have all the backtrace of this error?