I have SSL enabled for my shopping cart, register, login and contact form. When SSL is enabled the jquery is disabled. I see google has jquery importing with https aswell.
Here is the page https://americanbookcompany.com/store/account/ when you click CREATE ONE NOW at the top, it does not execute the JQUERY to switch the form. Works perfect without SSL.
Any ideas?
seems like you have a few
.jsfiles called from non-secure urlsI can’t be certain this is the only reason but my
SSLwas very sensitive to things like this. Maybe storing these files locally and making sure allhttpconnections are secure might be the first step.