SSL issues

Permalink
I am new to the SSL world so I'm not sure where to look for a solution to this.

I had installed a SSL certificate and all seems to be working however my client has a gift card ordering form that is not managed by the c5 infrastructure. It is a stand-alone form that sits in the root. I have successfully changed all the asset calls (img, js, css, etc) to be full HTTPS paths however Chrome and Firefox still complain. They report that 'https://www.mydomain.com/main.css' contains a call to 'http://www.mydomain.com/index.php'.

It's the index.php part I don't get. Nowhere in main.css is 'index.php' mentioned and this page is outside the concrete5 structure so I don't know how c5 is injecting index.php into the stylesheets.

I run the HTTPS page through http://www.whynopadlock.com/ and it says the same thing. See Attached. They report that index.php is being called in the css file but it ain't in there!

Any thoughts?

Mike

1 Attachment

mhawke
 
mhawke replied on at Permalink Reply
mhawke
Interesting...

It was a 404 on some of the assets. I had a typo in on of the paths and I guess my .htaccess might have been bouncing that through index.php (??)

Anyway, as Gilda Radner used to say, "Never mind".