View Single Post
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#4
As I said in your deleted thread, I use meecolay to run ttrss on Maemo thanks to marmistrz new qt-components package, so I would understand that you won't take into account my feedback which may report bugs actually related to meecolay.

I need to be able to do HTTP authentication before accessing my tiny tiny rss server, and tried 2 things:
- put login/password in the server url via the GUI : https://_login:_password@myserver.tld/ttrss/
- put the login/password directly in the http.open function of tinytinyrss.js

both failed, with a returned http status of 0, and there is no connection logged on my http server, which made me think that this may be an issue caused by my self-signed certificate: from what I found, QML returns an ssl error if the certificate is not verified. But i'm completely ignorant in this matter, so I may be completely wrong here.

Anyway, I wrote an issue entry on github about the HTTP authentication, but wanted to wait for any other ideas concerning the self signed certificate issue. Do you have any ?

thanks