Page 1 of 1

Images/CSS not loading with SSL

Posted: Tue Jan 22, 2008 10:15 am
by HeroicLife
My store works fine via http. When I enable SSL however, my images on the admin site and checkout pages go missing. If I right click an image and click "View Image", it redirects to the http version, which works.

I know SSL works fine on this server because we are running production 5.5 in the same site. Outside of the AC7 site, images over SSL work fine.

I don't know if something is wrong with my IIS 6 site configuration, web.config, or whether this is an Able Commerce bug.

Posted: Tue Jan 22, 2008 10:31 am
by Shopping Cart Admin
Hello,

I justed tested the admin side again on SSL and I'm not seeing any issues. During the beta phase we had our config file setup to run the entire admin in ssl and never had troubles. I'm not familiar with any IIS setting which could affect this, but I'd say there must be something.

Posted: Tue Jan 22, 2008 12:17 pm
by HeroicLife
OK, I figured it out. We have a wildcard (*.*) ASP.Net application mapping for URL rewriting with ASP.Net. We are not using URL rewriting for the store, so disabling it works. However, you may want to consider adding support for this scenario.