Comment #13 on issue 5894 by [email protected]: Bank of America Military  
Bank Login Page Inaccessible
http://code.google.com/p/chromium/issues/detail?id=5894

The ERR_FAILED is being generated by  
SSLClientSocketWin::DoHandshakeReadComplete:

     if (result == 0 && !ignore_ok_result_)
-->   return ERR_FAILED;  // Incomplete response :(

So I am guessing that in order to reach this, we must have written  
something that the
server didn't like during SSLClientSocketWin::DoHandshakeWrite().

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to