At this point, users can access Jira with both HTTP and HTTPS, and you need to configure Jira so that it will automatically redirect all HTTP traffic to HTTPS. Jira comes with a handy configuration utility that can help you set up this configuration.
You should first make sure your HTTPS configuration is working correctly before attempting this recipe.
Perform the following steps:
- Open the Command Prompt and go to the JIRA_INSTALL/bin directory.
- Depending on your OS, run the config.bat (Windows) or config.sh (Linux / OS X) file.
- Select the Web Server tab from the JIRA Configuration Tool window.
- Select the HTTP and HTTPs (redirect HTTP to HTTPs) option for Profile.
- Click on the Save button at the bottom of the window, as shown ...