Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem with: SSLException: Inbound closed before receiving peer's close_notify

Hi all,

Just wanted to ping on this - seems like it's just a problem with the way UIWebView handles SSL? 

Seems like it's related to this issue:

    http://code.google.com/p/chromium/issues/detail?id=118366

Thanks


On Sun, Feb 10, 2013 at 1:08 PM, Mark Wyszomierski <markww@xxxxxxxxx> wrote:
Hi,

This is a follow up to a problem I was having with cross origin requests - thought I'd start a new thread since I've updated to jetty v7.6.9. I've added the required filter as described here:


and it works great from firefox desktop v17+. I'm running the same code from a UIWebView on ios6, and I can't get a valid response. My jetty logs show the following when the ios UIWebView client tries to connect:

    WARN:oeji.nio:javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack?

My clients are indeed using ssl. But it seems as if UIWebView is handling it correctly. If I switch to http, everything is fine. 

Not sure what I can do here if it's a problem with UIWebView - like I said, the firefox desktop client works fine, as does a native client implementation I've built for android,

Thank you


Back to the top