Hi Mahmood, On Mon, Aug 20, 2018 at 8:11 AM Mahmood Naderan <nt_mahm...@yahoo.com.invalid> wrote:
> [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 > It's exactly as Jens already said, you have an HTTP listener on the HTTPS port. Enable SSL for that vhost configuration (SSLEngine on and configuration of certificate, key and cipher suites) and it'll probably be just fine. Regards, -- Riemer Palstra rie...@palstra.com