Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,290
Community Members
 
Community Events
184
Community Groups

Bamboo remote agent SSL Handshake Exception

Edited

 

Hi,

I am trying to install remote agent on one of my server, but while connecting it's giving SSL handshake error. I add ssl certs also after adding getting same error. 

My bamboo server is in on prem and remote agent in cloud, but the ports and firewalls are opened. 

below is the error, if you guys have any idea can you please help

 

ERROR | wrapper | 2021/02/11 13:12:37 | JVM exited while starting the application.
INFO | jvm 5 | 2021/02/11 13:12:37 | Exiting due to fatal exception.
INFO | jvm 5 | 2021/02/11 13:12:37 | javax.net.ssl.SSLHandshakeException: Invalid Alert message: no sufficient data
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.Alert.createSSLException(Alert.java:131)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.Alert.createSSLException(Alert.java:117)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.TransportContext.fatal(TransportContext.java:311)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.TransportContext.fatal(TransportContext.java:258)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.Alert$AlertMessage.<init>(Alert.java:196)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:236)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.TransportContext.dispatch(TransportContext.java:185)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.SSLTransport.decode(SSLTransport.java:149)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1143)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1054)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:394)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
INFO | jvm 5 | 2021/02/11 13:12:37 | at com.atlassian.bamboo.agent.bootstrap.AgentContext.initFingerprint(AgentContext.java:114)
INFO | jvm 5 | 2021/02/11 13:12:37 | at com.atlassian.bamboo.agent.bootstrap.AgentContext.initServerSession(AgentContext.java:101)
INFO | jvm 5 | 2021/02/11 13:12:37 | at com.atlassian.bamboo.agent.bootstrap.AgentContext.run(AgentContext.java:88)
INFO | jvm 5 | 2021/02/11 13:12:37 | at com.atlassian.bamboo.agent.bootstrap.AgentBootstrap.run(AgentBootstrap.java:111)
INFO | jvm 5 | 2021/02/11 13:12:37 | at com.atlassian.bamboo.agent.bootstrap.AgentBootstrap.main(AgentBootstrap.java:50)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO | jvm 5 | 2021/02/11 13:12:37 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO | jvm 5 | 2021/02/11 13:12:37 | at java.lang.reflect.Method.invoke(Method.java:498)
INFO | jvm 5 | 2021/02/11 13:12:37 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
INFO | jvm 5 | 2021/02/11 13:12:37 | at java.lang.Thread.run(Thread.java:748)

 

Thanks in advance

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events