Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • I am trying to establish tunneling between bitbucket DC to Jira Cloud but getting config error

I am trying to establish tunneling between bitbucket DC to Jira Cloud but getting config error

Shreya Gupta
March 2, 2026

I have my bitbucket DC application running in EKS and as per the documentations shared by Atlassian we have tried all the configs and steps to establish tunnel between JIRA cloud to Bitbucket DC but still see config error.

Any idea what am I missing?

2 answers

0 votes
Arkadiusz Wroblewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 2, 2026

Hello @Shreya Gupta 

“config error” with Application Tunnels (Jira Cloud ↔ Bitbucket DC) is almost always one of a few repeatable misses. In EKS it’s even easier to hit them.

What I’d double-check (in this order), based on Atlassian’s tunnel troubleshooting notes:

Upstream port / connector is not configured correctly

The tunnel needs an HTTP connector + upstream port configured on the DC side.

If this is missing or points to the wrong internal service/port, Cloud will show the tunnel as misconfigured / config error. 

Outbound proxy / TLS interception

Atlassian has a KB that the tunnels plugin doesn’t work reliably via outbound proxy (and TLS inspection breaks it in practice too).

In corporate networks/EKS clusters this often happens “silently” via egress proxy, NAT gateway policy, or security tooling. 

Firewall / egress allowlist

Your Bitbucket pods/nodes must be able to reach Atlassian Cloud tunnel endpoints over 443 outbound (and whatever domains Atlassian lists for Cloud allowlisting).

If egress is locked down and only *.atlassian.net is allowed, that can still fail because tunnels may use additional Atlassian domains. 

Plugin state after upgrade

There’s a known failure mode where the tunnel breaks after a Bitbucket/plugin update and the fix is literally reinstalling the Application Tunnels plugin on Bitbucket. 

Cluster / node connectivity

In DC, tunnels can show “limited”/weird states if not all nodes can connect consistently (relevant if you have multiple Bitbucket nodes in EKS). 

Quick practical step: enable the extra tunnel logging on the DC side and look for the first concrete failure (auth to tunnel server, upstream connection refused, proxy handshake, DNS/egress blocked). That’s exactly what Atlassian recommends for these cases. 

Have a great Day 🤠 ☀️ 

0 votes
Tomislav Tobijas
Community Champion
March 2, 2026

Hi @Shreya Gupta ,

Which error (status) are you seeing on both sides?

Also, I would recommend checking these:

If you're on a paid plan/license, you can send these logs to the support team, and they can probably troubleshoot it quite fast 👀

Cheers,
Tobi

Suggest an answer

Log in or Sign up to answer