Expand my Community achievements bar.

SOLVED

.SslHandshakeTimeoutException: handshake timed out after 10000ms in error logs

Avatar

Level 3

Hi All,

 

I am getting ssl handshake timeout error in error logs:

13.09.2022 13:42:37.432 *WARN* [reactor-tcp-nio-1] reactor.netty.http.client.HttpClientConnect [id:c951411d, L:/151.110.165.138:44510 - R:***-aem.staging.percolate.services/18.214.64.54:443] The connection observed an error
io.netty.handler.ssl.SslHandshakeTimeoutException: handshake timed out after 10000ms
at io.netty.handler.ssl.SslHandler$5.run(SslHandler.java:2060) [com.percolate.aem-plugin.core:2.0.0]
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:834)
13.09.2022 13:42:37.438 *WARN* [reactor-tcp-nio-2] reactor.netty.http.client.HttpClientConnect [id:f3d14a6c, L:/151.110.165.138:43334 - R:***-aem.staging.percolate.services/52.6.166.84:443] The connection observed an error
io.netty.handler.ssl.SslHandshakeTimeoutException: handshake timed out after 10000ms
at io.netty.handler.ssl.SslHandler$5.run(SslHandler.java:2060) [com.percolate.aem-plugin.core:2.0.0]
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:834)

This causing performance issue and have to restart server when it is unresponsive. Kindly provide your inputs to fix this issue.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @AK86 

 

It seems to be certificate issue.

 

Ensure that the root certificates used to validate (target) server certificates are up to date. CAs occasionally update their root certificates, and older versions may not recognize newer certificates.

 


Aanchal Sikka

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @AK86 

 

It seems to be certificate issue.

 

Ensure that the root certificates used to validate (target) server certificates are up to date. CAs occasionally update their root certificates, and older versions may not recognize newer certificates.

 


Aanchal Sikka