We want to run Bitbucket on two different ports simultaneously (http and https). How should I configure bitbucket.properties to do so
Bitbucket version: 6.4.0
OS: Windows Server
I was looking for how to configure bitbucket.properties. And as I looked through the documentation. I found it.
BITBUCKET.PROPERTIES
server.port=8443
server.ssl.enabled=true
server.ssl.key-store=/path/to/keystore/bitbucket.jks
server.ssl.key-store-password=<password value>
server.ssl.key-password=<password value>
server.additional-connector.1.port=7990
Use a reverse proxy server. It's the most secure method. If Bitbucket listens on 80 & 443, it needs to run as "administrator" user, which can allow an attacker to take over the server. Atlassian has docs on setting up Apache and other popular reverse proxy servers to do this. The reverse proxy can run on the same server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.