Project

General

Profile

Actions

Defect #42761

closed

Running Redmine in HTTPS

Added by Chris Jimenez 7 days ago. Updated 7 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello,

I recently installed Redmine on Red Hat 8.10 and would like to request assistance setting it up to use HTTPS instead of the default HTTP protocol. Additionally, I would appreciate guidance on enabling SSL encryption for Redmine.
Screenshot 2025-05-22 at 7.07.59 PM

This is how I run the redmine:
bundle exec rails server -b 172.28.253.14 -e production

Thank you for your assistance.


Files

clipboard-202505221908-lvirs.png (379 KB) clipboard-202505221908-lvirs.png Chris Jimenez, 2025-05-22 13:08
Actions #1

Updated by Holger Just 7 days ago

  • Status changed from New to Closed
  • Resolution set to Invalid

This is not a defect in Redmine. Please use the forums for questions about administrating or using Redmine.

As for your question: while you can configure Puma to offer TLS directly, a more common setup is to setup a webserver (such as nginx or Apache) in front of your Redmine to provide the TLS termination and handle static files. Any dynamic requests would then be proxies to the running Redmine process (Puma in your case). There are a wide variety of guides available for that.

Actions

Also available in: Atom PDF