meusx

Untitled

Jan 7th, 2020
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. 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
  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
  41. 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
  42. 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)
  43. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
  44. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
  45. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  46. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  47. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  48. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
  49. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  50. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  51. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  52. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  53. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
  54. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
  55. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
  56. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
  57. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
  58. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  59. at java.lang.Thread.run(Thread.java:748)
  60. 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)
  61. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
  62. at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
  63. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
  64. at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
  65. at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
  66. at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
  67. at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
  68. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
  69. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
  70. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
  71. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
  72. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
  73. ... 16 more
  74. 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)
  75. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
  76. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
  77. at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
  78. at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
  79. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
  80. ... 25 more
  81. 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
  82. 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)
  83. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:475)
  84. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:283)
  85. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  86. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  87. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  88. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1421)
  89. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  90. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  91. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  92. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  93. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
  94. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
  95. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
  96. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
  97. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
  98. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  99. at java.lang.Thread.run(Thread.java:748)
  100. 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)
  101. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
  102. at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1709)
  103. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:970)
  104. at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:896)
  105. at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:766)
  106. at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
  107. at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:282)
  108. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1329)
  109. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1224)
  110. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1271)
  111. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
  112. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444)
  113. ... 16 more
  114. 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)
  115. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:936)
  116. at sun.security.ssl.CipherBox.applyExplicitNonce(CipherBox.java:993)
  117. at sun.security.ssl.InputRecord.decrypt(InputRecord.java:157)
  118. at sun.security.ssl.EngineInputRecord.decrypt(EngineInputRecord.java:177)
  119. at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:963)
  120. ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment