LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SSL works on LAN, not WAN? (https://www.linuxquestions.org/questions/linux-software-2/ssl-works-on-lan-not-wan-214897/)

belorion 08-08-2004 12:55 AM

SSL works on LAN, not WAN?
 
I am trying to get SSL working for my webdav server.

Everything thing seems aokay if I access https from the server box. I.e. if I use localhost or 192.168.1.100 it works fine (well, using Lynx, cause my server is remote from my current loc and no X up yet, let alone remote X)

However, if I use my box's IP, I get no response. I double checked port forwarding ... seems okay. I did a port scan with nmap ... this is my result:

[root@localhost logs]# nmap xx.xx.xx.xx -p 443

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on xx.xx.xx.xx:
Port State Service
443/tcp filtered https

Now, I don't know if this "filtered" state is the problem. It's obviously not "open", but it's not "closed" either.

Any ideas/suggestions?

belorion 08-08-2004 01:57 PM

With all these experts around, I got 3 stinkin' views. Comon, someone must have some idea...

r0b0 08-08-2004 04:33 PM

Filtered means there is a firewall blocking you access to port 443. Check your firewall configuration (on the server most likely).
R.


All times are GMT -5. The time now is 04:01 PM.