Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1. #1
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default SSL help on 1and1 host

    Hello I need help with SSL. My host is 1and1 and this seems to be a common problem. When I go to the secured website the page isn't formatted correctly. Apparently there are some codes I need to input to make the shared certificate work.

    I found this on the internet but now sure what to do with #2. Also, I've searched up to page 25 and can't find a solution on zencart. Someone please help.

    SHARED SSL WITH 1AND1 HOSTING
    *********************************************
    1. Add below:
    $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';
    this
    $request_type = (eregi ($HTTP_HOST, HTTPS_SERVER)) ? 'SSL' : 'NONSSL';
    in
    includes/application_top.php

    2. The correct relative address html code for images using the dedicated ssl would be for example src="images/logo_background_default.gif" WITHOUT the '/' in the front. This is for either using your own html pages in the site or using the ever popular WYSIWYG HTML Editor which does not normally format the code in this way. Therefor you will need to manually change it.

    3. In includes/configure.php adjust your configuration in the following way in the example below.

    define('HTTPS_SERVER', 'https://web1.secure-secure.com/yoursitename.com'); // eg, https://localhost - should not be empty for productive servers
    define('HTTP_COOKIE_DOMAIN', 'www.yoursitename.com');
    define('HTTPS_COOKIE_DOMAIN', '');
    define('HTTP_COOKIE_PATH', '/catalog/');
    define('HTTPS_COOKIE_PATH', '/catalog/');
    define('DIR_WS_HTTPS_CATALOG', '/catalog/');

  2. #2
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: SSL help on 1and1 host

    Hello can someone help me. I spent all day trying to fix this and no resolve. I set all my files back to normal and removed ssl. No solution.

  3. #3
    Join Date
    Jun 2009
    Posts
    80
    Plugin Contributions
    0

    Default Re: SSL help on 1and1 host

    You need to open up your configure.php files in both your include and admin/include directories

    Change the SSL address in each page to the SSLrelay address of your shared SSL certificate

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: SSL help on 1and1 host

    Quote Originally Posted by Lost and Confused View Post
    Hello can someone help me. I spent all day trying to fix this and no resolve. I set all my files back to normal and removed ssl. No solution.
    There is a solution... move to a host that understands ZC.. 1and1 is like GoDaddy - useless for anything relating to eCommerce or CMS.

    I had several clients on 1and1 but after much frustration with 1and1 we moved everything.
    20 years a Zencart User

  5. #5
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: SSL help on 1and1 host

    Thanks school boy...I'm starting to learn the hard way. How long does it take to switch hosts?

  6. #6
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: SSL help on 1and1 host

    LVT that isn't the problem for me. I configured the both configure files but it something with my host. I was wondering if someone knew how to override it. I posted the codes above that I found from oscommerce which should override it. However, I have no clue what to do with step two.

  7. #7
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: SSL help on 1and1 host

    Can someone please help me. Take a look at my website. I got it to load with ssl but it looks weird. font is huge size is huge and the code won't move from the top. Any help will be greatly appreciated. I'm starting to pull my hair out. and yes, I know move to another server, but in the mean time I would like to have an internet presence while moving to another server. Please help. Adult novelty website. www.petalsnpleasure.com

  8. #8
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Help Please. take a look at the picture of website

    Once again; still receiving ssl difficulty. No response in how to fix therefore I have been troubleshooting for about two days now with no luck. I entered a code in which brings up the ssl site; however the template looks weird and the code isn't removed from the header. File use was application_top.php and code entered was:

    $request_type = (getenv('HTTPS') == '80') ? 'SSL' : 'NONSSL';
    $request_type = (eregi ($HTTP_HOST, HTTPS_SERVER)) ? 'SSL' : 'NONSSL';

    Any solution would be greatly appreciated

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Help Please. take a look at the picture of website

    Are you trying to invoke SSL on your zencart install?

    What is the purpose of that code, and who suggested you use it?

    You configure your SSL ONLY in the two configure.php files.

    (At least that's how I've always done it - - on about 120 sites so far).
    20 years a Zencart User

  10. #10
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: Help Please. take a look at the picture of website

    Yes, I need SSL on my sites because my hosting company is 1and1 and their a little screwy. I know change hosting company. Yes, I will but I have to research who to go with so I don't end up in this situation again. However, I would like my site secured in the meanwhile and the basic format provided on enabling ssl doesn't work with 1 and 1. Configuring the the configure.php files, set to true, and put in the correct https address doesn't work with 1and1.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Cannot sign-in with shared SSL and 1and1
    By rayw1679 in forum Upgrading to 1.5.x
    Replies: 70
    Last Post: 23 Feb 2013, 11:41 PM
  2. SSL Problems with 1and1 and Geotrust
    By whiteknight1 in forum General Questions
    Replies: 2
    Last Post: 17 Feb 2011, 09:57 PM
  3. Subdomain, SSL Issue- Host not much help. :(
    By Jolaedana in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Jun 2007, 10:49 PM
  4. SSL with 1and1
    By praiseandplay in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2006, 08:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg