If "the request never reaches the server" then it's most likely a firewall issue. You should try to telnet to port 443 from a) the localhost, b) a machine on the same network, c) a machine on a different (ideally external) network. If you get a "hang", as opposed to "connection refused", then it's very likely a firewall. Which of the above you are (or aren't) able to connect from will give you a hint of whether it's local to the machine or at the network level. If you get a "connection refused" response, then the issue is that httpd isn't listening on that port. Note, from your output it looks like you only have this (only) configured for ipv6, which constrains what is and isn't going to work. You're going to need to understand whether the telnet test above is being done from ipv4 or v6 in order to interpret the results. - Richard > Date: Friday, June 22, 2018 19:45:26 +0430 > From: Mahmood Naderan <nt_mahmood@xxxxxxxxx.INVALID> > > No Idea? > I have stuck at that…. > > > Regards, > Mahmood > > > From: Mahmood Naderan > Sent: Thursday, June 21, 2018 12:59 PM > To: Alex K; users@xxxxxxxxxxxxxxxx > Subject: RE: https not working > > > Have you enabled ssl and rewrite modules? I would verify also that > there is no firewall blocking 443. > > It seems that everything is fine > > root@ce:~# apachectl -M | grep ssl > ssl_module (shared) > root@ce:~# apachectl -M | grep rewrite > rewrite_module (shared) > root@ce:~# netstat -tulpn | grep 443 > tcp6 0 0 > :::443 > :::* LISTEN > 5563/apache2 root@ce:~# > > > Unfortunately, the log files show nothing since the request never > reaches the server. Any idea? > > Regards, > Mahmood > > > From: Alex K > Sent: Thursday, June 21, 2018 9:44 AM > To: users@xxxxxxxxxxxxxxxx; Mahmood Naderan > Subject: Re: https not working > > Hi, > > Have you enabled ssl and rewrite modules? I would verify also that > there is no firewall blocking 443. > > Alex > ------------ End Original Message ------------ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx