Skip to content

[BUG] http_proxy & https_proxy #446

@andrgras

Description

@andrgras

Title

http_proxy & https_proxy doesn't work

Platform

Website - Firefox

Server Installation Method

Docker

Version

1.11.0

Troubleshooting

The Problem

Hi, if there is a way use http_proxy & https_proxy?

I don't have direct internet connection on Virtual machine, so I need to use proxy. It is working on other docker deployments but not on termix.

environment:
  PORT: "8080"
  http_proxy: http://10.30.167.88:3128
  https_proxy: http://10.30.167.88:3128
  no_proxy: "localhost,127.0.0.1"

[10:58:19 AM] [ERROR] [:file_cabinet:] Failed to fetch from GitHub API [op:github_api]
[10:58:19 AM] [ERROR] [:file_cabinet:] Version check failed [op:version_check]
[10:58:19 AM] [ERROR] [:closed_lock_with_key:] Failed to fetch alerts from GitHub

How to Reproduce

  1. deploy termix using docker-compose.yml
  2. login and check docker logs

Additional Context

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Status

Bugs

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions