1 (edited by amir_0536006 2009-02-11 02:52:51)

Topic: i can't redirect to login page

can anyone help me please to answer my question???

the question is:
1. my HTTPS doesn't work?
2. i can't find mod_ssl in suse 10.0
3. does IE support in HTTPS?
                    - my server take error while my client using IE to surfing
                    - i get 500 internal server error

Re: i can't redirect to login page

To allow access to secure websites (such as https://www.example.com/), you must open port 443, as well.

iptables -A INPUT -p tcp -m tcp --sport 443 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT