You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Our bamboo server has two ports for https connection which are 443 and 8443. I used curl to test the connection. 8443 works as expected, the tls connection can be established but not 443. the tls handshake failed at the server hello stage.
when I send the request through port 443. I have this error.
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: some string
* successfully set certificate verify locations:
* CAfile: path to pem file
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
* stopped the pause stream!
* Closing connection 0
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
any ideas for troubleshooting? thanks in advance!
Hey there!
This is likely a misconfiguration at your reverse proxy. You've got http/2 enabled so I'm guessing it's either nginx or Apache. Would you be able to post the configuration for the reverse proxy? Blank out your server name and certificates for sure but it would be helpful to see what cyphers you've got enabled.
Given the test against 8443 went ok though, looks like you've got Bamboo configured correctly! I'm hoping we can get that reverse proxy sorted out for you :)
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.