Port 443 OTRS 3.3

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Port 443 OTRS 3.3

Post by aph »

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
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
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Port 443 OTRS 3.3

Post by aph »

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
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
Locked