Post by okansayin » Sat Feb 19, 2011 12:52 am

Hello,

web page name: www.cicekkapinda.com

SSL error on mozilla firefox 443

works well with other browsers

Help Please!!!
:-\

Çiçek Kapında Flower Delivery Web Page, Turkey

Thank you Opencart


User avatar
New member

Posts

Joined
Fri Feb 11, 2011 1:10 am
Location - Turkey

Post by i2Paq » Sat Feb 19, 2011 1:02 am

And why is this an OpenCart problem and not Firefox?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Daniel » Sat Feb 19, 2011 3:13 am

this is not opencarts fault firefox tells you your ssl certifcate is not valid. this is nothing to do with opencart. contact the people who installed your certifacte.

also i don't no why you decided it was a good idea to run the whole site using ssl and not just use HTTPS_SERVER. your site will never get indexed if SSL is used all over.


also just a side note incase anthing else is interfering with the page not being secure.

when anyone adds a new theme or banner make sure you don't add the domain name in the url structure like i have done with all the images i have used.

just use

catalog/view/theme/default/image/image.png

and not

http://www.mystore.com/catalog/view/the ... /image.png

you can also just use :// and no need for http:// or https://

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by okansayin » Sat Feb 19, 2011 8:52 am

First of all Thank You Daniel
when ı use https server , ı take an error which is "ssl ,unsafe files'' . I can't find it's solution .

when ı make it like that
// HTTPS
define('HTTPS_SERVER', 'https://www.siteadresiniz.xxx/admin/');
define('HTTPS_IMAGE', 'https://www.siteadresiniz.xxx/image/');

ı take error which is " ssl, unsafe files"
Also, I use ssl system for credit card payment .

Çiçek Kapında Flower Delivery Web Page, Turkey

Thank you Opencart


User avatar
New member

Posts

Joined
Fri Feb 11, 2011 1:10 am
Location - Turkey

Post by Moggin » Sat Feb 19, 2011 9:12 am

okansayin, I think you need to contact whoever installed your SSL certificate, as Daniel suggested.

The certificate is fine in Chrome, but shows an untrusted error in Firefox. If you check it at SSL shopper, it shows an error suggesting it may not have been properly installed:
http://www.sslshopper.com/ssl-checker.h ... ount/login

- It is a Geotrust certificate, and I had a similar problem with Geotrust. :(

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by okansayin » Sat Feb 19, 2011 9:55 pm

My site has been indexed with ssl now . How can I use ssl at only payment pages ? If I use ssl only payment pages , will my problem recover ??
Thank you for your intrerest , have a nice day .

Çiçek Kapında Flower Delivery Web Page, Turkey

Thank you Opencart


User avatar
New member

Posts

Joined
Fri Feb 11, 2011 1:10 am
Location - Turkey

Post by Daniel » Sat Feb 19, 2011 11:18 pm

change your config to from:

define('HTTP_SERVER', 'https://www.siteadresiniz.xxx/admin/');
define('HTTP_IMAGE', 'https://www.siteadresiniz.xxx/image/');
define('HTTPS_SERVER', 'https://www.siteadresiniz.xxx/admin/');
define('HTTPS_IMAGE', 'https://www.siteadresiniz.xxx/image/');


to

define('HTTP_SERVER', 'http://www.siteadresiniz.xxx/admin/');
define('HTTP_IMAGE', 'http://www.siteadresiniz.xxx/image/');
define('HTTPS_SERVER', 'https://www.siteadresiniz.xxx/admin/');
define('HTTPS_IMAGE', 'https://www.siteadresiniz.xxx/image/');

don;t use ssl all the time.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by okansayin » Sun Feb 20, 2011 2:01 am

how should the settings must be in admin panel?

Çiçek Kapında Flower Delivery Web Page, Turkey

Thank you Opencart


User avatar
New member

Posts

Joined
Fri Feb 11, 2011 1:10 am
Location - Turkey
Who is online

Users browsing this forum: No registered users and 7 guests