Skip to content

Difference between Ubuntu and CentOS #28

@hugsbrugs

Description

@hugsbrugs

Hello,

I can't understand why proxy-login-automator acts differently between Ubuntu and CentOS in same use case :

  • I start proxy-login-automator in standard way in my console
  • I test connexion in another console
    curl -v -x http://127.0.01:8081 -L http://1ip.fr
    It works fine on Ubuntu but I get this message on CentOS :
    407 Proxy Authentication Required
    It only works when I add user/pass
    curl -v -x http://127.0.01:8081 --proxy-user user:pass -L http://1ip.fr

Why do I need to set user/pass again as I passed them as arguments when I start proxy-login-automator ? is there any system config I can change in order to work as expected since that's the job of proxy-login-automator to set user/pass automatically ?

Thank for any ideas !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions