There is very little information and it does not reflect situation can anyone properly explain how to put tuleap on ssl?
Asked
Active
Viewed 2,711 times
0
-
Is this programming related question? – max taldykin Apr 23 '14 at 07:04
2 Answers
3
For tuleap side, everything is done in /etc/codendi/conf/local.inc
(or /etc/tuleap/conf/local.inc
, depending on your system). All you have to do is check that $sys_https_host
is correctly set and eventually set $sys_force_ssl
to 1.
For it to work properly, your server must have a valid SSL certificate. I personnaly recommend StartSSL.com as they are free and simple, but it's all personnal choice. You can read how to install certificate for CentOS here (skip the vhost part) and for debian there.

Aryess
- 530
- 2
- 12
1
Since Tuleap uses nginx, the easiest way is using sudo certbot --nginx
for Ubuntu Xenial https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx

Miguel
- 11
- 1