Zen Cart Logo
Forums / Basic Configuration / Shared ssl 1&1

Shared ssl 1&1

Locked

Views: 2,891

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
29 Jul 2007, 4:19 PM
#1
sam_taylor avatar

sam_taylor

New Zenner

Join Date:
May 2007
Posts:
17
Plugin Contributions:
0

Shared ssl 1&1

Hi all,

I am trying to get my site secure but I am having a problem.

I have set my secure URL in the configure.php which is
https://sslrelay.com/tandrcomputers.co.uk
but when I click create an account or something that takes me to a secure part only goes to
https://tandrcomputers.co.uk
Which gives me an unable to connect error.

If i go to
https://sslrelay.com/tandrcomputers.co.uk
My site will come up, How can I fix this problem?

Thanks

Sam

29 Jul 2007, 4:23 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Shared ssl 1&1

What is your entry in your configure.php for define('HTTPS_SERVER'

In both the store and the admin files

29 Jul 2007, 4:26 PM
#3
sam_taylor avatar

sam_taylor

New Zenner

Join Date:
May 2007
Posts:
17
Plugin Contributions:
0

Re: Shared ssl 1&1

This is my configure I have not done anything with my admin yet wanted to get my actual site working first.

Thanks for the quick reply
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.tandrcomputers.co.uk');
define('HTTPS_SERVER', 'https://sslrelay.com/tandrcomputers.co.uk');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

define('DIR_WS_PHPBB', '/');

// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/kunden/homepages/11/d20***593/htdocs/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'db*****');
define('DB_SERVER_USERNAME', '****');
define('DB_SERVER_PASSWORD', '7');
define('DB_DATABASE', 'd
');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

// The next 2 "defines" are for SQL cache support.
// For SQL_CACHE_METHOD, you can select from: none, database, or file
// If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
// or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
// ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
define('SQL_CACHE_METHOD', 'none');
define('DIR_FS_SQL_CACHE', '/kunden/homepages/11/d204868593/htdocs/cache');

?>

29 Jul 2007, 4:42 PM
#5
sam_taylor avatar

sam_taylor

New Zenner

Join Date:
May 2007
Posts:
17
Plugin Contributions:
0

Re: Shared ssl 1&1

Yeh thats the problem I'm having i'll try it on admin.

Sam

29 Jul 2007, 4:47 PM
#6
sam_taylor avatar

sam_taylor

New Zenner

Join Date:
May 2007
Posts:
17
Plugin Contributions:
0

Re: Shared ssl 1&1

Weird its fine on my admin part. But it is only on the first log in part is that right? But it is working it goes to the right URL https://sslrelay.com/tandrcomputers.co.uk/******admin

Any suggestions?

Sam

29 Jul 2007, 5:23 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Shared ssl 1&1

Only to tripple check that the store config has actually been uploaded successfully.

29 Jul 2007, 8:38 PM
#8
sam_taylor avatar

sam_taylor

New Zenner

Join Date:
May 2007
Posts:
17
Plugin Contributions:
0

Re: Shared ssl 1&1

Yes its definately been uploaded right I downloaded it and it was fine. I cannot think what the problem can be has to be something wrong with my zen if the admin works don't you think?

Sam