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
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.