日曜日, 5月 10, 2009

Skype Proxy Setting on Linux

Edit shared.xml file to add proxy settings there. This file is in home/.Skype directory.

Add section
<httpsproxy>
<addr>26.8.1.229:3128</addr>
<enable>1</enable>
<pwd>RmhjsdfsdQ=</pwd>
<user>kolach</user>
</httpsproxy>

in the <connection> scope of the file.

If the proxy has not user or password, then delete lines <user> or <pwd>.

It is better to change <disableport80> to
<disableport80>0</disableport80>


The password is not "encrypted", it's simply base64 encoded so that no unprintable characters make their way into shared.xml file.See Where are the proxy settings stored?

To figure out what text to put into <Pwd> tag:
echo -n "My Password" | base64

0 件のコメント: