We are trying to install a bitbucket mirror in one of our prod vlans. The vlans are airgapped and we have firewalls open for these
Prod server to proxy server to bitbucket server over 443 and 7999
The mirrors come up for approval but never show up as online
Is there any configurations that we need to have when we run mirror in airgapped environments across proxy?
Hi!
This page might be helpful for you: https://confluence.atlassian.com/bitbucketserver/proxying-and-securing-bitbucket-server-776640099.html
When installing Bitbucket behind a reverse proxy, you have to make sure that the Base URL is set correctly on the mirror, as well as configuring these properties correctly in your bitbucket.properties file:
server.secure=true
server.scheme=https
server.proxy-port=443
server.redirect-port=443
server.proxy-name=mycompany.com
For more information, follow the instructions here: https://confluence.atlassian.com/bitbucketserver/securing-bitbucket-server-behind-haproxy-using-ssl-779303273.html
These instructions apply to Bitbucket itself as well as any Bitbucket Mirror installations.
Cheers,
Wolfgang
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.