Results 1 to 4 of 4
I am wondering if someone can help me. I am running Apache 2 on Redhat 9. I am trying to get SSL to work. I have configured the appropriate files ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-10-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 1
SSL and Redhat
I am wondering if someone can help me. I am running Apache 2 on Redhat 9. I am trying to get SSL to work. I have configured the appropriate files (httpd.conf and ssl.conf) and when i browse to the site from the same machine as the Apache server it works ok. However whenever I try https://192.168.0.9/ from another machine on the network it fails. I can browse using http://192.168.0 as normal from the other machines on the network but not https.
Any idea what is going on??
- 04-13-2004 #2Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
wat does the error log say?
r u just listening on localhost? or are you listening on the particular ip address? check the error logs to see the error.
wat error message r u getting?Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html
- 04-14-2004 #3Linux User
- Join Date
- Jan 2003
- Location
- Cardiff, Wales
- Posts
- 478
firewall
The most common cause of this among the forums seems to be firewalls. Do you have one running? on Redhat that's called security level. You need to access the Security Level GUI and tick the services you want to allow. Web serving (http) and ssl - possibly ftp and mail.
And when you say configured. you mean what exactly. Apache and ssl on RH9 should work out of the box. with all domain names and IPs pointing to the same area but it should work.
What did you change in the ssl.conf?No trees were harmed during the creation of this message. Its made from a blend of elephant tusk and dolphin meat.
- 04-14-2004 #4
netstat -a and check if Apache is listening on port 443.


Reply With Quote
