http: connection reset by peer

Chris Angelico rosuav at gmail.com
Wed Mar 4 04:26:15 EST 2015


On Wed, Mar 4, 2015 at 5:33 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
> I login to the roundup server -- I can search, create new issues, post new messages via both email and the web
> interface, and I can attach files... but only via email; if I try to attach a file via the web interface I immediately
> get a connection reset message.
>
> I have tried with FireFox and Midori, with and without Apache in the middle as a proxy server, I have googled all day
> long looking for answers, and I've been coming up empty.

Do you have Mozilla Firebug, and if so, can you try the file
attachment with Firebug active? At very least, you should be able to
see exactly what request is getting reset, and then you could try to
simulate that exact request with a simpler harness (like a Python
program - see, on-topic now!).

ChrisA



More information about the Python-list mailing list