Instalei o Virtualmin em um servidor Ubuntu 12.04 e estou usando a pilha LAMP com Varnish (: 80) na frente do Apache (: 8000). No entanto, não consigo acessar https quando o UFW está ativado. Quando desabilito o UFW, tudo funciona bem.
Veja o que o registro em log do UFW mostra quando tento acessar um site por meio de https:
Dec 14 05:42:29 localhost kernel: [64491.327263] [UFW BLOCK] IN=eth0 OUT= MAC=e4:11:5b:e5:ef:8c:00:d0:02:8f:f0:00:08:00 SRC=MY_IP_ADDRESS DST=SERVER_IP_ADDRESS LEN=52 TOS=0x00 PREC=0x00 TTL=115 ID=2524 DF PROTO=TCP SPT=56430 DPT=20000 WINDOW=8192 RES=0x00 SYN URGP=0
Aqui está meu conjunto de regras do UFW:
$ ufw status
Status: active
To Action From
-- ------ ----
2221 ALLOW Anywhere
10000 ALLOW Anywhere
80 ALLOW Anywhere
21 ALLOW Anywhere
8000 ALLOW Anywhere
Apache Secure ALLOW Anywhere
2221 ALLOW Anywhere (v6)
10000 ALLOW Anywhere (v6)
80 ALLOW Anywhere (v6)
21 ALLOW Anywhere (v6)
8000 ALLOW Anywhere (v6)
Apache Secure (v6) ALLOW Anywhere (v6)
Alguém tem alguma maneira de corrigir esse problema?
Obrigado pelo seu tempo.
Tags ssl ufw apache-2.2 varnish ubuntu-12.04