The Problem is, squid replays With "zero sized package " on connection esteblish and so it fails.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
> the only useable
> solution i could see was, running the whole app on port 443. But this
> isn't really useable, cause many browsers tells the users about any
> cert problems and the certs aren't this cheap as well. And with my
> users i can't handle with any security messages, because my users are
> affraid of each popup with any alarm word inside. :)
> So what would u advise me to do, if u want to reach most possible
> users?
Buy an SSL certificate from an established company that was around back when whatever old browser you're concerned about was released, so that there won't be any annoying alert boxes from the browser.
Hi, just had perceived your solution. Sound interessting, but i can't follow you. Your node listen on port 80, and your socket.io connects to port 1863? On 27 Jan., 14:11, Faysal Al-Banna <degre...@gmail.com> wrote:
I had the same issue so what i did is that i used msn port :-) not ideal solution but i had my main process in node.js server accept the request on port 80 and simple page redirect meta tag in the response header response takes it to port 1863 thus successive requests from clients run on port 1863 much regards
But this is only useful if you run no apache as httpd next to node, isnt it.