diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-07 22:03:24 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-07 22:03:24 +0200 |
commit | 0269bfa309f85aaf05f1451196ad2bd8c0b150ac (patch) | |
tree | e8b70f8c1a08ec06053d81571897b1af04b696ac /src/pianobar.1 | |
parent | eb46d942e5ecf50ff9f85ee62ea2fa454aa228fa (diff) | |
download | pianobar-0269bfa309f85aaf05f1451196ad2bd8c0b150ac.tar.gz pianobar-0269bfa309f85aaf05f1451196ad2bd8c0b150ac.tar.bz2 pianobar-0269bfa309f85aaf05f1451196ad2bd8c0b150ac.zip |
SSL control proxy issue workaround
Some proxies refuse SSL connections. Make them usable by adding an option
which disables the usage of SSL for the login.
Diffstat (limited to 'src/pianobar.1')
-rw-r--r-- | src/pianobar.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pianobar.1 b/src/pianobar.1 index 99c04e7..500b7ae 100644 --- a/src/pianobar.1 +++ b/src/pianobar.1 @@ -99,6 +99,14 @@ needs an IP address specified in .B control_proxy .TP +.B disable_secure_login = {1,0} +If you have problems when loggin in and you know your control proxy definitively +works try setting this option to +.B 1. +It disables the SSL secured login. Beware! +.I Your password will be sent as plain-text! + +.TP .B lastfm_user = your_username If you want to send your played song to last.fm set this to your last.fm username. |