I want to run sit with https. I followed following link
viewtopic.php?f=4&t=1417069&p=2815&hilit=SSL#p2815
and perform the steps
The mod_ssl should be enabled on apache
sudo a2enmod ssl
To configure apache for https do
sudo a2ensite default-ssl
Restart apache and its done
sudo /etc/init.d/apache2 restart
After all this I did a server reboot. Now when I try to use https://url for my system
I get the error
This Connection is Untrusted.
What I am missing? What do I need to do to use the Certificate I bought from godaddy.com?
Thanks



