Okay, thanks very much for checking. It's strange, I received the warning on my main laptop the first time (firefox), then after that I did not receive it again. But I did receive it on a work computer using firefox. Then, no warning on a different laptop with IE. I will keep on eye on it. However in reading some topics last night on SSL, I added the following code to the view Checkout/payment:
if(strtolower($_SERVER) != "on"){
$app =& JFactory::getApplication();
$requestUri = $_SERVER;
if (!empty($_SERVER)) $requestUri = rtrim($requestUri,'/').'?'.$_SERVER;
$app->redirect('https://www.silverconnection.com'.$requestUri);
}
Is this necessary?
There is another issue I am noticing and that is going from non-ssl to ssl to non-ssl within the site. I will start a different topic on this.