Originally Posted by
Rum & Coke
When I attempt to retrieve my bookings on aircanada.com, I consistently receive the following warning message:
You have attempted to establish a connection with “www.google-analytics.com”. However, the security certificate presented belongs to “www.google.com”. It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.
If you suspect the certificate shown does not belong to “www.google-analytics.com”, please cancel the connection and notify the site administrator.
Is anyone else getting this? And what does it have to do with Google anyway?
PHP Code:
if(location.protocol=='http:'){
glink="<scr"+"ipt src='http://www.google-analytics.com/urchin.js'></scr"+"ipt>";
}else{
glink="<scr"+"ipt src='https://www.google-analytics.com/urchin.js'></scr"+"ipt>";
}
Sorry but the https is correct in this case. The if-statement determines which protocol to use based on which type of website you are currently visiting.
The problem actually lies with Google not having their security certificate configured properly. You could try emailing them but I would imagine that they'll probably have this cleaned up pretty quick on their own.