Redirect HTTP to HTTPS bamboo

Guido van Brakel May 16, 2018

When people in our company are going http://bamboo there are getting a HTTP 404 not found. I already implemented this in the web.xml in C:\Program Files\Bamboo\conf\web.xml

    <security-constraint>
        <web-resource-collection>
        <web-resource-name>Automatic Forward to HTTPS/SSL
        </web-resource-name>
        <url-pattern>/*</url-pattern>
        </web-resource-collection>
        <user-data-constraint>
           <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
    </security-constraint>

But that doesn't seem to work, any idea how we can redirect HTTP to HTTPS(where bamboo is running on)

2 answers

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 17, 2018

Since you are using IIS now, make sure that it is configured as shown in Proxying Atlassian server applications with Microsoft Internet Information Services (IIS)

0 votes
Guido van Brakel May 17, 2018

We fixed it by disabling the HTTP port connector and setting up a HTTP redirect to https in IIS

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events