Hello
can anyone guide me on how to configure port 443 for apache for using OTRS through a https address.
I'm using OTRS 3.3. and apache 2.2
Port 443 OTRS 3.3
Moderator: crythias
Port 443 OTRS 3.3
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Port 443 OTRS 3.3
Solved it. Just in case anyone is interested:
https://www.digitalocean.com/community/ ... r-centos-6
Don't forget
iptables -I INPUT 1 -p tcp --dport 443 -j ACCEPT
https://www.digitalocean.com/community/ ... r-centos-6
Don't forget
iptables -I INPUT 1 -p tcp --dport 443 -j ACCEPT
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache