Results 1 to 2 of 2
i want to run apache so that all of the same pages are available (1) via http, (2) via https. currently, https://lhi.ath.cx is not working. but...
[localhost] lynx https://localhost -> ...
- 07-26-2005 #1Linux Newbie
- Join Date
- Dec 2004
- Location
- Portland, OR
- Posts
- 123
mod_ssl trouble!
i want to run apache so that all of the same pages are available (1) via http, (2) via https. currently, https://lhi.ath.cx is not working. but...
[localhost] lynx https://localhost -> goes to page.
[localhost] lynx https://lhi.ath.cx -> does not go to page.
[externalhost] lynx https://lhi.ath.cx -> does not go to page.
i have an fc3 box, router forwarding to it properly, ssl key and certificate generated, config files left as is.
Why isnt it working?
Thanks
- 07-26-2005 #2Linux Newbie
- Join Date
- Dec 2004
- Location
- Portland, OR
- Posts
- 123
SOLVED
solved my own problem --
the fedora core 3 firewall was the problem. had to write a more complicated line to /etc/sysconfig/iptables ... the same as the one for 21,22,80 etc... right before the "REJECT" line at the end.


Reply With Quote