Results 1 to 7 of 7
I have installed both http & https in redhat enterprise 5. but self server can access both http & https; other client just can access http only. what wrong with ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-23-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
rhel 5 https setup problem
I have installed both http & https in redhat enterprise 5. but self server can access both http & https; other client just can access http only. what wrong with the setting?
- 09-23-2011 #2
Check your firewall - you probably need to grant access to the https port.
Linux user #126863 - see http://linuxcounter.net/
- 09-24-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 52
Use this to check if apache is listening on port 443 https:
Try stopping the firewall to see if it's the one causing the problemCode:netstat -antp|grep LISTEN
- 09-26-2011 #4Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
Is configure problem?
localhost:
can access via both http & https
Other PC:
http is OK.
http ://Private IP address:443 - ok
https ://private IP address - fail
https ://FQDN - fail>
http ://FQDN:443 - fail>
- 09-26-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
Please see below result
[root@www ~]# netstat -antp|grep LISTEN
tcp 0 0 127.0.0.1:2208 0.0.0.0:* LIST EN 2292/hpiod
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LIST EN 2426/mysqld
tcp 0 0 0.0.0.0:972 0.0.0.0:* LIST EN 2062/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LIST EN 2027/portmap
tcp 0 0 127.0.0.1:631 0.0.0.0:* LIST EN 2319/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LIST EN 2462/sendmail: acce
tcp 0 0 127.0.0.1:2207 0.0.0.0:* LIST EN 2297/python
tcp 0 0 :::80 :::* LIST EN 21393/httpd
tcp 0 0 :::22 :::* LIST EN 2310/sshd
tcp 0 0 :::443 :::* LIST EN 21393/httpd
tcp 0 0 :::8443 :::* LIST EN 21393/httpd
- 09-26-2011 #6Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
- 09-27-2011 #7Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
solved
thank you all, this is cert problem and I solved.


Reply With Quote

