Login into Server Command Line su to root
Enabling Apache SSL
#sudo a2enmod ssl
#sudo a2ensite default-ssl
Review the Apache Default SSL Configuration for localhost
#cat
/etc/apache2/sites-available/default-ssl
.conf
# /etc/init.d/apache2 restart
Test Access the Domain over SSL
https://ipaddress or Domain name
OK Work