Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Stumped trying to get HAProxy and Bitbucket to work

OneTech IT January 25, 2018

I've got HAProxy working perfectly as an reverse proxy on my JIRA server.  However using almost the exact same haproxycfg file on my Bitbucket server (with the obvious changes due to hostnames and default ports, etc.)

The current settings in my Bitbucket server allow me to access it through https (8443) or via http (7990) fine:

server.port=8443
server.ssl.enabled=true
server.ssl.key-store=/etc/pki/tls/keystore/bitbucket.jks
server.ssl.key-store-password=<password>
server.ssl.key-password=<password>
server.ssl.key-alias=<alias>
server.ssl.protocol=TLSv1.2
server.ssl.key-store-type=pkcs12
#
server.additional-connector.1.port=7990
#server.secure=true
#server.scheme=https
#server.proxy-port=443
#server.proxy-name=myserver.corp.mydomain.com

However, as soon as I uncomment the four bold entries, that's when it all blows up.

Do I need to change the syntax of those entries to be associated with the server.additional-conector.1 lines?  Such as server.additional-connector.1.secure=true?

 

Environment

CentOS 7.4
BitBucket 5.5.0

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events