proxy-login-automator icon indicating copy to clipboard operation
proxy-login-automator copied to clipboard

Difference between Ubuntu and CentOS

Open hugsbrugs opened this issue 4 years ago • 1 comments

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 !

hugsbrugs avatar May 12 '20 18:05 hugsbrugs

FYI this happens on Fedora 31 too

jessec avatar Aug 28 '20 05:08 jessec