PDA

View Full Version : SSL and new header


cogimo
09-25-2003, 11:04 PM
HI all

I just added our header on the order form. The problem I am having now is I am getting the message that my certificate does not match the site.

It works fine when I switch back to the default

Can anyone advise why this happens

The order form is at
https://cogimobudgethosting.com/order/signup.php?clienttype=5

Thanks in advance

Troy
09-25-2003, 11:36 PM
Might be the onLoad attribute of your body tag, which is preloading an image from a URL containing the www, where your certificate is issued for the non-www URL of your site. That same URL, by the way, has a double slash after the domain name which should also be corrected:

onLoad="MM_preloadImages('https://www.cogimobudgethosting.com//images/hm_dn.jpg'...

Just looked at the source again, and you have 2 body tags, that's also going to be a problem. :)