This is a discussion on SSL and the open lock within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I'm missing something about this operation. In configure I have HTTPS server defined, and I have my own SSL ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm missing something about this operation. In configure I have HTTPS server defined, and I have my own SSL cert. THe 'error' I get is on the pages we go to HTTPS ( account and order stuff ) the lock does appear and the page goes to https. However in IE the lock is closed and in FireFox ( and Safari ) the lock is OPENED and when one clicks on it the error is that '' Parts of the page you are viewing were not encrypted before being transmitted over the Internet.'' This has already scared one customer away because he felt it wasn't safe to enter his credit card. Any clues, or is that just the way it is? |
|
#2
| ||||
| ||||
| You have some javascript or img src tags that are being called via non-ssl urls. This is a common problem with people new to osC and osCMax. They hardcode the urls to their images or javascript with a url like: http://somesite.com/some/path/image.gif when they need to code it like: /some/path/image.gif dropping the http://somesite.com part, as osCMax automatically will fill that in with the correct http or https... Post a like to your site...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Try this I have three outside links, each is referenced with HTTPS (google, cslivehelp, and Comodo [the ssl cert]) I have commented each of them out to no avail. Currently I have configure.php set up with HTTPS as the only target ( I made this change 10 mins ago. ) I looked through application_top and _botton and columns left and right. I also looked through the source of a page. Each reference is either a relative link or https: . Got me. |
|
#4
| ||||
| ||||
| Check your stylesheet. Are you loading background image with a full url?
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#5
| |||
| |||
| That is background-image: url(/catalog/images/waxfound.gif); I'll let you read it, I'm not great at this. I'm open to any ideas. On Edit: And to prove it to myself I deleted the background entries from the css. No joy. Last edited by Mushroom; 01-08-2007 at 07:20 PM. |
|
#6
| ||||
| ||||
| Strange... What happens when you switch to a different template?
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#7
| ||||
| ||||
| I pulled the headers being served and it looks like something is 404 on the page, as it is pulling the 404 error page via http. Check your error logs for what is 404 and fix that. Quote:
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| The Following User Says Thank You to michael_s For This Useful Post: | ||
Mushroom (01-09-2007) | ||
|
#8
| |||
| |||
| And we have a WINNER ! My host, like many others has the option to design your own 404 page. It is directed in .htaccess I just had to specify https: Thanks for digging. It was quite painful. On Edit: The 404 was being called up because SOMETHING is trying to look at /catalog for the stylesheet rather than in the template. Since I only use one template it's not a big deal to work around. One day I will see what mod is causing this. Last edited by Mushroom; 01-09-2007 at 06:31 AM. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I open a link (into) a new window | vandiike | osCMax v1.7 Discussion | 4 | 02-16-2004 05:20 AM |
| failed to open stream | Anonymous | osCMax v1.7 Installation | 4 | 12-03-2003 08:06 AM |
| I lock up on Checkout ! | mike_steinhoff | osCMax v1.7 Discussion | 0 | 09-17-2003 08:08 AM |