Re: Apache SSL not working
- From: "Bill Habermaas" <bill@xxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 12:03:51 -0400
works like a charm, many thanks.
Bill
----- Original Message -----
From: Tom Spec
To: For users of Fedora Core releases
Sent: Friday, June 30, 2006 11:48 AM
Subject: Re: Apache SSL not working
There's your problem.
Try this:
--
service iptables stop
cp /etc/sysconfig/iptables /etc/sysconfig/iptables.bak
Edit /etc/sysconfig/iptables
Make a line the same as the one with port 80, but change the 80 to 443 (you can put it just below the line with port 80)
service iptables start
--
If that doesn't work we can look into SELinux, but this should fix it.
Tom
----- Original Message ----
From: Bill Habermaas <bill@xxxxxxxxxxxxx>
To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
Sent: Friday, June 30, 2006 11:45:27 AM
Subject: Re: Apache SSL not working
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
1 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
Chain RH-Firewall-1-INPUT (2 references)
num target prot opt source destination
1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
2 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 255
3 ACCEPT esp -- 0.0.0.0/0 0.0.0.0/0
4 ACCEPT ah -- 0.0.0.0/0 0.0.0.0/0
5 ACCEPT udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353
6 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:631
7 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:631
8 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
9 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:21
10 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
11 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
12 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:3306
13 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
I already determined that iptables is the source of my problem. If I stop the service then SSL works fine. I'm trying to figure out what to change to allow port 443 thru.
Bill
----- Original Message -----
From: Tom Spec
To: For users of Fedora Core releases
Sent: Friday, June 30, 2006 11:37 AM
Subject: Re: Apache SSL not working
What's the output of:
service iptables status
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
------------------------------------------------------------------------------
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Re: Apache SSL not working
- From: Tom Spec
- Re: Apache SSL not working
- Prev by Date: Re: [OT] any good device driver writing courses out there?
- Next by Date: Re: kmod-nvidia for non-standard fedora kernel?
- Previous by thread: Re: Apache SSL not working
- Next by thread: kdesktop_lock won't authenticate against AD
- Index(es):
Relevant Pages
- Re: Iptables not saving...
... after reboot. ... Use "service iptables save" to save the current rules
for use on the next ... Chain FORWARD (policy ACCEPT) ... (Fedora) - Re: Enable Firewall, But Allow Specific Inbound Connections
... >>Chain FORWARD (policy ACCEPT) ... >service iptables restart
... 'service iptables save' or 'service iptables restart'. ... (Fedora) - Re: Apache SSL not working
... service iptables start ... Subject: Apache SSL not working ...
Chain FORWARD (policy ACCEPT) ... (Fedora) - Re: Cannot Disable iptables on startup
... Chain FORWARD (policy ACCEPT) ... Firewall is stopped. ...
(linux.redhat)