From 74bfd09f66a7b841c5b1c78ac849a4421d656f44 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Thu, 22 Oct 2015 14:10:07 +0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 7fb214c..44c9e34 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -135,7 +135,7 @@ _Solutions_: * Ask the server operator to fix the certificate if it's a self-signed one. * Fix the dependencies to enable [SNI](http://docs.python-requests.org/en/latest/community/faq/#what-are-hostname-doesn-t-match-errors) in Python 2.x. * Install the Certificate Authority, so the certificate is trusted by the system. -* Disable certificate check in Headphones. **This poses a security risk, because from now on, all HTTPS connections are susceptible to man-in-the-middle attacks!** +* Disable certificate check in Headphones. **This poses a security risk, because from now on, all HTTPS connections are susceptible to man-in-the-middle attacks! Your privacy level will degrade! For instance, your provider could replace the certificate so it can decrypt your connection.** * Make sure Headphones is configured and running * Quit Headphones. Make sure it quitted! You need to stop the service, otherwise the changes you make will disappear. * Open `config.ini` in your favorite text editor