I got an issue with the https request, when it comes to the access webmin, is working fine even the certificates are working pretty good. when i try to access the domain using https is not working. I am using an Amazon Web Service. on Aws the i have the 443 open. When i curl https://localhost:443
i got curl: (7) Failed to connect to localhost port 443: Connection refused
Website : http://tituslucian.com Webmin : https://tituslucian.com:2011/
/etc/apache2/sites-available
<VirtualHost *:*>
ServerAdmin adascaliteilucianfelix@gmail.com
DocumentRoot /var/www/html/tituslucian.com
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ServerName tituslucian.com
<Directory /var/www/html/tituslucian.com>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Can someone help me with this, or at least give me some hints/ideas ?