Thread: SSL Problems

Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30
  1. #21
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: SSL Problems

    Quote Originally Posted by DarrenQ View Post
    It's been almost 48 hours, 1pm UK time today will be, and still no change.

    Do you think i have broken my site by changing the config files before i should have?

    Please have a look if you need to>

    http://www.gamebeta.co.uk
    https://www.gamebeta.co.uk

    which should now be the default access http or https://

    sorry if i am being stupid, i don't know anything about this as i have never done it before :)
    Is your SSL certificate registered for https://www.gamebeta.co.uk or for https://gamebeta.co.uk (no www)?

    Please check your SSL cert confirmation email(s) for these configurations as the www or non-www will make a huge difference.

    Whatever the cert is registered for (www or non-www) that is the URL you need to use for https://

    Also please read again this tutorial: https://www.zen-cart.com/tutorials/index.php?article=14

    If there are no mistakes then I suggest you contact your host again and check if they actually installed the cert correctly.

  2. #22

    Default Re: SSL Problems

    Hi i was just readin another psot that also mentions this.
    You are correct 123reg sent my email with the domain name

    gamebeta.co.uk (no www.)

    so i am guessing i need to now update my config files https://gamebeta.co.uk?

    Is this correct?

    Also even though the page still is not loading with the style sheet should i go ahead and set SSL to True in both congi files?
    Last edited by DarrenQ; 18 Jun 2010 at 10:17 AM.

  3. #23

    Default Re: SSL Problems

    It is www.gamebeta.co.uk

    Globalsign told me that the page should load just as www.gamebeta.co.uk as the SSL should only be used on pages that need it, which is what i thought.

    If i force the secure pages using https:// then it is correct that my images don't load as they are in http and are not secured.

    However the page should still load as normal under www.gamebeta.co.uk which it is not.

    I have since spoken to 123reg and they have no clue as to what has happened and have passed it onto their product team to look into as something is not correct on their end.

    I must be the unluckiest person as not only have i had this issue which no one seems to understand i alsi had an issue with PayPal and processing payment on my website which they also had no idea about but have since admitted to their being a bug in their system and have still not been able to fix it lol.

    Hopefully one day i will get my site working :)

    Thanks to all for helping me on this and your info.

    If anything changes and it works i will let you know

  4. #24
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: SSL Problems

    Quote Originally Posted by DarrenQ View Post
    Hi i was just readin another psot that also mentions this.
    You are correct 123reg sent my email with the domain name

    gamebeta.co.uk (no www.)

    so i am guessing i need to now update my config files https://gamebeta.co.uk?

    Is this correct?

    Also even though the page still is not loading with the style sheet should i go ahead and set SSL to True in both congi files?
    Based on this your includes/configure.php file should look like this

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.gamebeta.co.uk');
    define('HTTPS_SERVER', 'https://gamebeta.co.uk');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    and the corresponding YOUR_ADMIN/includes/configure.php



    *
    * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
    */
    define('HTTP_SERVER', 'http://www.gamebeta.co.uk');
    define('HTTPS_SERVER', 'https://gamebeta.co.uk');
    define('HTTP_CATALOG_SERVER', 'http://www.gamebeta.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://gamebeta.co.uk');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    Make these changes then set permissions of the 2 configure.php files to 644 on your server.

    Now upload the changed configure.php files (don't mix them up though - catalog goes to catalog and admin goes to admin).

    Then change permissions to 444.

    After you have done that lets take another look ...

  5. #25

    Default Re: SSL Problems

    It was issued to www.gamebeta.co.uk and not juts gamebeta.co.uk.

    123reg are looking into this as i cannot even connect to my website through www.gamebeta.co.uk and only through forced secure https:// and then no images load as all mine are in http unsecured.

    Nor can i connect to my admin area. Also my FTP stopped connecting and i had to use a different address.

    123reg have no idea what has happened and have a team on it. (i HOPE)

    Thanks

  6. #26
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: SSL Problems

    Sounds like it's up to the hosting people

  7. #27

    Default Re: SSL Problems

    Aye it is and i just hope they fix it.

  8. #28

    Default Re: SSL Problems

    Finally they have fixed it. Now hoeevr all the secured pages, check out and login, don't have the style sheet and all my images are not showing up, is there a fix to this.

    Is it because my images are unsecured? and how do i get my style sheet to work on the secured pages?

    Thanks in Advance

  9. #29
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: SSL Problems

    Apparently it's resolved now and you chose to leave this discussion unfinished.

    Resolution: http://www.zen-cart.com/forum/showthread.php?t=157746
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #30

    Default Re: SSL Problems

    Quote Originally Posted by DrByte View Post
    Apparently it's resolved now and you chose to leave this discussion unfinished.

    Resolution: http://www.zen-cart.com/forum/showthread.php?t=157746

    Sorry.

    I didn't chose to leave it unresolved i forgot to update it.

    However you are correct that this issue has been fixed thanks to help from the great comunity here.

    Thanks all for your help

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. ssl problems
    By christinefred in forum General Questions
    Replies: 12
    Last Post: 18 Nov 2010, 06:01 AM
  2. Ssl Problems
    By vivaraquel in forum General Questions
    Replies: 5
    Last Post: 21 Apr 2008, 10:37 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