Reputation: 505
I have a very weird problem.I am in an university and we are supposed to connect to this proxy server.And everytime we connect we are supposed to enter our username and passwrod(LDAP).Here starts the problem.My password has a '@' symbol in it.And when I modify the/etc/apt/apt.conf it looks something like this
Acquire::http::proxy "http://:xx@[email protected]:8080/"
where xx@xxxx is the password...but obviously this is not right! It tries to connect to the url after the first @..i.e [email protected]
What am I doing wrong here..
Upvotes: 0
Views: 1135