My in-laws are having trouble with signing into their Verizon Webmail account at webmail.verizon.net, only when they are on their wireless network.

When they try to log in from wireless they get "Error 324" in the browser, in both Google Chrome and Internet Explorer 8.

But they can access any other site, and they can get on their Verizon email when they plug in directly to the browser.

Why is this?

link|improve this question
feedback

migrated from stackoverflow.com Jan 24 '10 at 2:10

This question came from our site for professional and enthusiast programmers.

4 Answers

Error 324 in Chrome is ERR_EMPTY_RESPONSE. I would packet capture and see if the response is empty, or whether the connection is being closed.

It may be a case that their router is choking on the response returned, returning the HTTP headers but not the body of the response.

There is an open bug for ERR_EMPTY_RESPONSE in Chrome, but it appears the symptom is the issue happens in Chrome and another browser (in this case IE8).

link|improve this answer
feedback

I too had this issue and none of the methods in this thread fixed it. So I created my own Error gone.

Guide to FIX Error 324 - http://immoralattack.com/forums/viewtopic.php?f=14&t=90

link|improve this answer
feedback
  1. Try to reboot router and computer.
  2. Check connection plugs. Be connected hard wired if currently on a wireless state.
  3. If you can use internet explorer to check if the same error will appear.
  4. Optimise the browser.
  5. Check LAN if enabled or connected in Control Panel.
  6. If fault is persistent, disbale your anti-virus software.
  7. Attempt to connect to the internet.**

    http://immoralattack.com/forums/viewtopic.php?f=14&t=90

link|improve this answer
feedback

This error could be for two reasons. First, you need to clear the browser cache and second one need to remove or disable the Internet secuirty if any. Also, run WinsockFix.

link|improve this answer
feedback

protected by nhinkle Apr 26 '11 at 23:29

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.