0

There is very little information and it does not reflect situation can anyone properly explain how to put tuleap on ssl?

Patrick Quirk
  • 23,334
  • 2
  • 57
  • 88
user3496815
  • 1
  • 1
  • 2

2 Answers2

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