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

How to run Bitbucket Server V5 behind a reverse proxy using AJP

Paul May 17, 2017

Looking at the page "Migrate server.xml customizations to bitbucket.properties" and there is no guide  on using a reverse proxy with ssl terminating at the proxy and ajp to connect to Bitbucket. Is this scenario stil supported? If so what settings are required in the bitbucket.properties file.

thanks

 

Paul.

 

2 answers

0 votes
Paul May 18, 2017

According to this page on "Proxying Atlassian server applications with Apache HTTP Server"; it is no longer possible to use the AJP connector from a reverese proxy to Bitbucket:-

https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-apache-http-server-mod_proxy_ajp-830284354.html

0 votes
edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2017

The configurations for reverse proxy and ajp can be configured on your webserver that is pointing to bitbucket.

For example 

    ProxyPass / https://localhost:8443/
    ProxyPassReverse / https://localhost:8443/

in bitbucket.conf

Paul May 17, 2017

Hi Edwin, It is the entries in the new bitbucket.properties file used with Bitbucker Server version 5 that I am after. My proxy server is already configured.

thanks

Paul

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events