PiRSquared17 / ttrss-reader-fork

Automatically exported from code.google.com/p/ttrss-reader-fork
0 stars 1 forks source link

HTTP authentication data ,not sent #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since this issue is not related to auth_remote, I consider it different from 
the one reported in #225

I use ttrss-reader 1.74 on a 4.2.2 android tablet and 4.1.2 android phone.
My tt-rss instance is 1.12, hosted on a lighttpd 1.4.31 server, with a startssl 
class 1 certificate, and auth_remote enabled.

From what I can see in my web server log, it seems that ttrss-reader does not 
send http authentication data: whatever the status of the http authentication 
option, the access.log of my server shows the same 401 error without any 
authentication data provided by ttrss-reader.
This occurs before any execution of the ttrss instance code, and is purely an 
HTTP connection issue, unrelated to auth_remote.

The ttrss client for meego works fine in the same condition

thanks for looking at what could be the cause of this issue

Original issue reported on code.google.com by pierre.m...@gmail.com on 29 May 2014 at 11:32