The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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

TAGS
AUG Leaders

Atlassian Community Events