Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Custom credentials do not work #8

@WhiteBearSpirit

Description

@WhiteBearSpirit

I run docker image with -e SOCKS_USER=telegram -e SOCKS_PASSWORD=telegram
I can inspect docker and see:

            "Env": [
                "SOCKS_USER=telegram",
                "SOCKS_PASSWORD=telegram",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],

But I can't connect using those credentials.
docker logs telegram-proxy shows following:

[ERR] socks: Failed to authenticate: User authentication failed

If I try to connect using default credentials (user=user&pass=password) it works just fine. And I can't change this.

I am using docker.io/ex3ndr/telegram-proxy latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions