meusx

Untitled

Jan 7th, 2020
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. 07-01-2020 10:14:10 ERROR[ClientToProxyConnection]: (AWAITING_INITIAL) [id: 0xe661098f, L:0.0.0.0/0.0.0.0:62747 ! R:/10.0.16.27:62815]: Caught an exception on ClientToProxyConnection
  2. io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Insufficient buffer remaining for AEAD cipher fragment (2). Needs to be more than or equal to IV size (8) + tag size (16)
  3. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
  4. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  6. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  7. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  8. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
  9. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  11. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  12. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
  15. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
  16. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
  17. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
  18. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  19. at java.lang.Thread.run(Thread.java:748)
  20. Caused by: javax.net.ssl.SSLException: Insufficient buffer remaining for AEAD cipher fragment (2). Needs to be more than or equal to IV size (8) + tag size (16)
  21. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
  22. at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
  23. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
  24. at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
  25. at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
  26. at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
  27. at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
  28. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
  29. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
  30. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
  31. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
  32. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
  33. ... 16 more
  34. Caused by: javax.crypto.BadPaddingException: Insufficient buffer remaining for AEAD cipher fragment (2). Needs to be more than or equal to IV size (8) + tag size (16)
  35. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
  36. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
  37. at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
  38. at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
  39. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
  40. ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment