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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.