jianlinwei/mindwebfilter

http://epsonconnect.com/

Closed this issue · 5 comments

I'm not 100% sure this is caused by MinD but I only see it behind it.

What steps will reproduce the problem?
1. Go To: http://epsonconnect.com/
2. Get this message: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the 
connection without sending any data.
3.

What is the expected output? What do you see instead?
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without 
sending any data.

What version of the product are you using? On what operating system?
I'm browsing using Chrome on Ubuntu.

Please provide any additional information below.
If you can reproduce it I think it will be obvious.

Thanks for taking a look at it!

Eric

Original issue reported on code.google.com by epva...@gmail.com on 1 Nov 2011 at 6:21

  • Merged into: #27
Hi Eric

In my case http://epsonconnect.com/ redirects to https://epsonconnect.com/ 
(SSL/TLS side). I guess you use mind in simple-proxy work mode (standalone). I 
think mind actually doesn't support SSL in simple-proxy mode(There is a feature 
request #27). With squid as chained proxy it works in my case.

best regards
tobi

Original comment by t...@gmx.ch on 2 Nov 2011 at 2:07

If someone can provide some direction on the best way to implement #27 I might 
have the resources to tackle it.  Where it would go in the code base, a 
reference to where it is implemented else where would be helpful.  

Thx!
Eric

Original comment by epva...@gmail.com on 2 Nov 2011 at 6:03

Hello, Eric!

If you're interested, you could have a look at mind-toy/src/HTTPHeader.cpp line 
787 and mind-toy/src/ConnectionHandler.cpp line 407 to get an overview of how 
the simple proxy works.

Best regards!
Teresa e Junior

Original comment by teresaejunior on 2 Nov 2011 at 6:50

Hello Eric,

First of all, thank you for contributing to MinD development.

I just added you to committers group. Now you can perform commits on MinD 
Software.

You can email me if you have any doubts of comments.

Best regards,
MinD.

Original comment by mind....@gmail.com on 10 Nov 2011 at 7:22

@Teresa: Thank you for answering.

I confirm this and #27 are the same issue. I have marked it as duplicate, 
anyway there are two workarounds for this one:

* Configure your browser for using proxy just for http request.
* Use "chained-proxy" work mode.

We are working hard for solving this issue as soon as possible. Thanks for 
supporting MinD.

Original comment by mind....@gmail.com on 10 Nov 2011 at 7:43

  • Changed state: Duplicate