dmwm / DMWMMON

1 stars 8 forks source link

Add protection against environment variables overriding web proxy server #17

Open nataliaratnikova opened 9 years ago

nataliaratnikova commented 9 years ago

Environment variables may override proxy server. The site reported the following error during upload with spacecount command:

Error from server 500(Can't connect to cmsweb.cern.ch:443 (Bad service '8080/')), output below: 500 Can't connect to cmsweb.cern.ch:443 (Bad service '8080/')

Work around was to unset all [HTTP|HTTPS|SSL]_PROXY variables .

See, if we can add protection on the application side.