Project

General

Profile

Redmine mysql over ssl

Added by Matthew Shealy over 10 years ago

So this is the first project I have ever used with Ruby, so please forgive me if this is obvious.

Anyway my database server is remote and I wish to connect with it and Redmine over SSL. Is this possible and what parameters do I need to add?

Thanks.


Replies (1)

RE: Redmine mysql over ssl - Added by James H over 10 years ago

most likely:

/redmine/config/database.yml

most likely using "production":

host: IP address of your database hosting machine
+ the other configs

    (1-1/1)