Hi again >From another computer I tried to access the IP address via wget command. See >this output
[mahmood@rocks7 ~]$ wget http://w.x.y.z --2018-08-20 10:30:38-- http://w.x.y.z/ Connecting to w.x.y.z:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘index.html’ [ <=> ] 33,229 --.-K/s in 0.009s 2018-08-20 10:30:38 (3.58 MB/s) - ‘index.html’ saved [33229] [mahmood@rocks7 ~]$ wget https://w.x.y.z --2018-08-20 10:30:43-- https://w.x.y.z/ Connecting to w.x.y.z:443... connected. OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. [mahmood@rocks7 ~]$ wget http://w.x.y.z:443 --2018-08-20 10:30:50-- http://w.x.y.z:443/ Connecting to w.x.y.z:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘index.html.1’ [ <=> ] 33,229 --.-K/s in 0.02s 2018-08-20 10:30:50 (1.95 MB/s) - ‘index.html.1’ saved [33229] [mahmood@rocks7 ~]$ Any thought? Regards, Mahmood
