Displaying 1 result from an estimated 1 matches for "theykilledkenny".
2008 Dec 31
1
Proxy password questions
...to passwords containing exclamation points.
For example, the following works fine in yum.conf:
http_proxy=http://somentlmproxy.somecompany.com
http_password=regularpassword
However, if the password contains any exclamation points, it will not
authenticate properly. E.g., a password such as "TheyKilledKenny!!"
will fail, but "TheyKilledKenny??" will work fine.
I've tried exporting http_proxy from the command line and escaping the
exclamation points:
http_proxy=http://klowe:TheyKilledKenny\!\!@somentlmproxy.xxx.com:80
but no success.
Any workarounds to get this going? Unfortunately...