This is a discussion on Unencrypted connection, please help within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; Every thing I change to fix one problem seems to create another one. Now that I've got the HTTP vs ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Every thing I change to fix one problem seems to create another one. Now that I've got the HTTP vs HTTPS problem sorted out, I found out that our checkout pages aren't secure. When we sign in to OSCMax Admin, we get a message that says, \"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection, and could easily be ready be a third party. Are you sure you want to continue sending this information?\" If we log in, we get the OSCMax admin panel, but we have no \"secure connection\" in our browser, and the OSCMax admin page includes the message \"You are not protected by a secure SSL connection.\" Even worse: When people on our OSCMax shopping cart try to check out (or do anything else that sends them to an HTTPS page), we get a "Warning: contains unauthenticated content" message from Firefox. The page info says: "Connection Partially Encrypted "Parts of the page you are viewing were not encrypted before being transmitted over the Internet. "Information send over the Internet without encryption can be seen by other people while it is in transit." This is going to make our customers doubt our security. Here's Includes/configure.php PHP Code: PHP Code: |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| 1. You have to change the configure.php for your admin panel to use ssl. change this: PHP Code: PHP Code: Quote:
__________________ Michael Sasek osCMax Developer
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
subtleinstrument (03-08-2007) | ||
|
#3
| |||
| |||
| Quote:
Quote:
We're still having problems with that. We haven't done anything to DIR_WS_IMAGES or DIR_WS_ICONS, and this problem didn't exist before we started fiddling with HTTP_SERVER and the like. |
|
#4
| ||||
| ||||
| Can you send me a url to the page popping the error?
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| Go to Loading... Select anything, put it in the shopping cart and try to check out. You'll get a "Welcome, please sign in" page (https://www.artofloving.ca/login.php), which is an HTTPS page, but Firefox displays a padlock with a red slash through it in the lower right corner. The warning is "Content Partially Encrypted" If you log in, you get the checkout procedure pages, but they're insecure HTTP pages, not HTTPS. |
|
#6
| |||
| |||
| After considerable headbanging, I and our tech consultant figured out what needed to be changed so that the checkout pages stopped giving "partial encryption" warning messages. Actually, the solution wasn't in either of the configure.php files, but in /includes/application_top.php The problem was that the graphics and other files the https page was calling weren't secure, so the browser gave insecure warnings. comment out PHP Code: PHP Code: This may have had something to do with our hosting service upgrading to a new version of PHP a couple of weeks ago. |
|
#7
| ||||
| ||||
| Beat me to it! Different servers report ssl differently, and this is what you are running up against. There is no standard response string, and if osCMax doesn't get what it is expecting, you get no switch for your images. Glad you found it!
__________________ Michael Sasek osCMax Developer
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
subtleinstrument (03-08-2007) | ||
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New install..Database connection problems | eengledow | osCMax v1.7 Installation | 2 | 12-12-2004 07:21 PM |
| The connection to ..... has terminated. Some data... | cupido | osCommerce 2.2 Installation Help | 1 | 06-27-2004 04:24 PM |
| A test connection made to the database was NOT successful. | JeremyLocke | osCommerce 2.2 Installation Help | 1 | 12-29-2002 10:17 PM |