Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 07-01-2020 11:15:43 ERROR[ClientToProxyConnection]: (AWAITING_INITIAL) [id: 0x4f30232e, L:0.0.0.0/0.0.0.0:55328 ! R:/10.0.16.27:55437]: Caught an exception on ClientToProxyConnection
- 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)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
- at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
- at java.lang.Thread.run(Thread.java:748)
- 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)
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
- at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
- at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
- at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
- at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
- at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
- at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
- at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
- at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
- at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
- ... 16 more
- 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)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
- at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
- at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
- ... 25 more
- 07-01-2020 11:15:45 ERROR[ClientToProxyConnection]: (AWAITING_INITIAL) [id: 0xc307999f, L:0.0.0.0/0.0.0.0:55328 ! R:/10.0.16.27:55456]: Caught an exception on ClientToProxyConnection
- 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)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
- at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
- at java.lang.Thread.run(Thread.java:748)
- 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)
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
- at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
- at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
- at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
- at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
- at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
- at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
- at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
- at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
- at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
- ... 16 more
- 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)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
- at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
- at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
- ... 25 more
- 07-01-2020 11:15:51 ERROR[ClientToProxyConnection]: (AWAITING_INITIAL) [id: 0x40b7759c, L:0.0.0.0/0.0.0.0:55328 ! R:/10.0.16.27:55465]: Caught an exception on ClientToProxyConnection
- 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)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
- at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
- at java.lang.Thread.run(Thread.java:748)
- 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)
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
- at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
- at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
- at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
- at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
- at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
- at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
- at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
- at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
- at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
- at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
- ... 16 more
- 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)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
- at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
- at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
- at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
- at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
- ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment