Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty ProxyServlet cant connect to SSL Sha256WithRsa

Hello

I am running jetty 8.1.15 with java 1.7_071 on a Linux server

Using the ProxyServlet I can connect to all my servers, but I updated one of those servers with a certificate from Comodo with Sha256WithRsa signature, now when I try to connect to this server I receive this error on log with DEBUG

2014-10-30 23:17:32.024:DBUG:oejin.ssl:

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

at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)

at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1619)

at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1587)

at sun.security.ssl.SSLEngineImpl.closeInbound(SSLEngineImpl.java:1517)

at org.eclipse.jetty.io.nio.SslConnection.closeInbound(SslConnection.java:435)

at org.eclipse.jetty.io.nio.SslConnection.process(SslConnection.java:409)

at org.eclipse.jetty.io.nio.SslConnection.access$900(SslConnection.java:48)

at org.eclipse.jetty.io.nio.SslConnection$SslEndPoint.flush(SslConnection.java:690)

at org.eclipse.jetty.client.SelectConnector$UpgradableEndPoint.flush(SelectConnector.java:341)

at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:844)

at org.eclipse.jetty.client.AsyncHttpConnection.handle(AsyncHttpConnection.java:91)

at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)

at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)

at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)

at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)

at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)

at java.lang.Thread.run(Thread.java:745)


Thanks for any help


[]s



Back to the top