Updated Troubleshooting (markdown)

Bas Stottelaar
2015-01-27 21:30:01 +01:00
parent e532f22704
commit e67411f098
+3 -2
@@ -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.