Amer786 Posted December 7, 2007 Posted December 7, 2007 The rest of my site is secure. I have the 'lock' showing up next ot the address bar, so all is good. When I go to mydomain.ca/admin it comes up as https://mydomain.ca/admin/, so far so good, right? Well on the admin panel at the bottom it says "You are not protected by a secure SSL connection" This is the partial code from my admin/includes/config.php file: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://mydomain.ca'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://mydomain.ca'); define('HTTPS_CATALOG_SERVER', 'https://mydomain.ca'); define('ENABLE_SSL_CATALOG', 'true'// Define the webserver and path parameters What am i doing incorrectly. i am almost there, I just need to get this part fixed and I am ready to go liv and start marketing the site !!! HELP
mtechama Posted December 7, 2007 Posted December 7, 2007 The rest of my site is secure. I have the 'lock' showing up next ot the address bar, so all is good. When I go to mydomain.ca/admin it comes up as https://mydomain.ca/admin/, so far so good, right? Well on the admin panel at the bottom it says "You are not protected by a secure SSL connection" This is the partial code from my admin/includes/config.php file: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://mydomain.ca'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://mydomain.ca'); define('HTTPS_CATALOG_SERVER', 'https://mydomain.ca'); define('ENABLE_SSL_CATALOG', 'true'// Define the webserver and path parameters What am i doing incorrectly. i am almost there, I just need to get this part fixed and I am ready to go liv and start marketing the site !!! HELP everything looks right to me...... Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Amer786 Posted December 7, 2007 Author Posted December 7, 2007 everything looks right to me...... The funny thing is that the little lock does appear in the browser, but the actual admin panel is showing it unsecure with a broken lock. when I click any component inthe admin panel thinfs are ok. Do I have anything to worry about in terms of security. It is just that I want to go live soon and I want to make sure I have covered off my basis. Another thought, maybe iti s a flaw in the version of OSCommerce that I am using?
Guest Posted December 7, 2007 Posted December 7, 2007 The funny thing is that the little lock does appear in the browser, but the actual admin panel is showing it unsecure with a broken lock. when I click any component inthe admin panel thinfs are ok. Do I have anything to worry about in terms of security. It is just that I want to go live soon and I want to make sure I have covered off my basis. Another thought, maybe iti s a flaw in the version of OSCommerce that I am using? You have it set to go ssl when you go to admin. The customers cannot see it. The broken link may be the cause of your problem. You need to work out what is displaying when you select yes and what is displaying when you select no.
Amer786 Posted December 7, 2007 Author Posted December 7, 2007 You have it set to go ssl when you go to admin. The customers cannot see it. The broken link may be the cause of your problem. You need to work out what is displaying when you select yes and what is displaying when you select no. I think you misunderstood. There are no broken links. I type https://mysite.ca/admin and it bring me to the admin panel. The lock is there on the browser. By the lock is broken on the actual Admin panel on the left hand side wherei t gives Orders Statistics etc. As lnog as my front end and and admin side are sghowing locks in the browser, I should be ok, right?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.