nextcloud / twofactor_gateway

🔑 Second factor provider using an external messaging gateway (SMS, Telegram, Signal)
GNU Affero General Public License v3.0
109 stars 63 forks source link

proxy settings not handled from config.php #489

Open eap1978 opened 2 years ago

eap1978 commented 2 years ago

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 2 years ago

Do you have all the backtrace of this error?