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

Configuring Application Links with SSL Terminated at F5

Ryan Adams September 17, 2021

We recently moved all our Atlassian products behind and F5 VIP. To make this work we had to change our server.xml (Confluence and Jira) and the bitbucket.properties files to no longer use the HTTPS connector. This allowed the application to be reachable via the F5 VIP, however our applications links are now broken. According to support we need to configure an additional connector to allow the application links to work. I am not sure how to go about doing this. Any help is appreciated. Below is our current properties file for bitbucket with some bits edited for security reasons. 

#2017-10-23 - Configuration updated by the Bitbucket installer

 

#server.port=80

#>*******************************************************

#> Migrated to database at jdbc:sqlserver://REMOVED;

#> Updated by Bitbucket Admin on 2017-10-26T09:18:32.530-04:00

#>*******************************************************

jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

jdbc.url=jdbc:sqlserver:REMOVED

jdbc.user=REMOVED

jdbc.password=REMOVED

 

#server.port=443

server.port=80

#server.port=7990

server.redirect-port=80

#server.require-ssl=true

#server.ssl.enabled=true

#server.scheme=https

#server.ssl.protocol=TLSv1.2

#server.ssl.client-auth=want

#server.ssl.key-store=F:/Atlassian/Security/bitbucket.jks

#server.ssl.key-store-password=REMOVED

#server.ssl.key-password=REMOVED

#server.additional-connector.1.port=80

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.4.1
TAGS
AUG Leaders

Atlassian Community Events