How to make Yahoo IM via gaim work (through a HTTP proxy)
Wednesday, January 14th, 2004Yahoo changed their authentication protocol yet *again*, so gaim 0.75 is using the web-based authentication for the moment. However, this doesn’t appear to work when going through a HTTP proxy.
What I’ve just done to work around this is create an ssh tunnel to a machine which *does* have direct HTTP access.
ssh -l [user] -L 80:login.yahoo.com:80 [host]
Then add login.yahoo.com to the list of names for 127.0.0.1 in /etc/hosts.