mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-14 04:54:00 +01:00
Updated Troubleshooting (markdown)
+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.
|
||||
|
||||
Reference in New Issue
Block a user