These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Issues and didnt get answers on the new forum.
Hi, I wrote a pair of times in other forums but i got no responses. Im having problem with the port 443 externally, that port is correctly opened in my router, firewallD and through UFW, but when i try to access to my website https://domain.com i got error err_connection_refused, and nothing appears.
The SSL cert is functioning correctly in ports 10000 (i changed it for security reasons) and in 20000 port, HHTP is functioning well too but HTTPS://domain.com not.
Im running Virtualmin on Debian 9 stretch.
Thanks
Is your webserver actually listening on port 443?
You could see what output you get from
netstat -tan|grep ':443'
.It seems (maybe) that your Apache server not working correctly. Did you try to check the Apache setting?
$ sudo systemctl status apache2
best wishes, CLH
I hope, it will work further using this.