diff --git a/Troubleshooting.md b/Troubleshooting.md index 310158c..a5c7c14 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -125,8 +125,9 @@ When using SSL-enabled search providers (ones starting with HTTPS in their URL), _Solutions_: * Check if the server actually uses HTTPS. -* Ask the server operator to fix the certificate. -* Install the Certificate Authority, so the certificate is trusted by the system +* 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!** * 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.