Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Dec 2010
    Location
    Sligo, Ireland
    Posts
    18
    Plugin Contributions
    0

    Default Re: SSL Issue/Problem

    After a bit more searching I came across a thread which linked to running this test below, is it of any relevance as it means very little to me!

    Protocol detected: NONSSL


    Array
    (
    [DOCUMENT_ROOT] => /home/mounts/home/a/as-ireland/web/
    [GATEWAY_INTERFACE] => CGI/1.1
    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
    [HTTP_ACCEPT_ENCODING] => gzip, deflate
    [HTTP_ACCEPT_LANGUAGE] => en-gb,en;q=0.5
    [HTTP_CONNECTION] => keep-alive
    [HTTP_COOKIE] => zenid=4keefl0s29ive0jlfermopold7
    [HTTP_HOST] => www.as-ireland.com
    [HTTP_KEEP_ALIVE] => 115
    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
    [HTTP_X_FORWARDED_FOR] => 86.42.4.159
    [PATH] => /bin
    [QUERY_STRING] =>
    [REDIRECT_STATUS] => 200
    [REMOTE_ADDR] => 192.168.0.1
    [REMOTE_PORT] => 53967
    [REQUEST_METHOD] => GET
    [REQUEST_URI] => /ssltest.php
    [SCRIPT_FILENAME] => /home/mounts/home/a/as-ireland/web/ssltest.php
    [SCRIPT_NAME] => /ssltest.php
    [SERVER_ADDR] => 192.168.0.5
    [SERVER_ADMIN] => [email protected]
    [SERVER_NAME] => www.as-ireland.com
    [SERVER_PORT] => 80
    [SERVER_PROTOCOL] => HTTP/1.1
    [SERVER_SIGNATURE] =>
    Apache/2.2.14 (Ubuntu) Server at www.as-ireland.com Port 80


    [SERVER_SOFTWARE] => Apache/2.2.14 (Ubuntu)
    [PHP_SELF] => /ssltest.php
    [REQUEST_TIME] => 1305448700

  2. #12
    Join Date
    Dec 2010
    Location
    Sligo, Ireland
    Posts
    18
    Plugin Contributions
    0

    Default Re: SSL Issue/Problem

    Ok I have just set it so the site is https throughout, I know this is not really a fix but at least the site is working without errors.

    Is there a downside to a site being encrypted sitewide?

    Cheers

    Derek

  3. #13
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: SSL Issue/Problem

    Is there a downside to a site being encrypted sitewide?
    1. Encrypted pages take slightly longer to deliver onto the visitors PC.
    2. https pages will get listed in search engine results, but https pages do not get "Page Rank" from Google.

    You should contact your hosting company about this. It does not appear to be a problem wth the site, or with the SSL Certificate. It does seem that some kind of redirect is taking place, and this may be a hosting issue.

    Vger

  4. #14
    Join Date
    May 2011
    Location
    DELHI,INDIA
    Posts
    43
    Plugin Contributions
    1

    Default Re: SSL Issue/Problem

    hi friends i am Raj, i have my site on zencart version 1.3.9,i am using the apparel boutique template,i have a private SSL Certificate the problem is that only the home page shows with https without errors and all other pages show errors,can any one help me resolve this isssue. my site url is www.eshopie.com

  5. #15
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: SSL Issue/Problem

    Well, first off, you have your website's configure.php files set up incorrectly. You have your entire site set to operate under SSL, which is not advisable:

    1. SSL pages take longer to deliver, because of the encryption.
    2. Whilst your site will get listed in search engines it won't get any Google Page Rank, because Page Rank does not apply to https pages.

    As to the reason why you get an insecure padlock on https pages it's because of this javascript code being called in from an outside source on an http address:
    Code:
    <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cd1ec2b08cdcb12"></script>
    Vger

  6. #16
    Join Date
    May 2011
    Location
    DELHI,INDIA
    Posts
    43
    Plugin Contributions
    1

    Default Re: SSL Issue/Problem

    Thanks Vger,i have changed the code and its working correctly,u r right and i will disable the SSL for the unnecessary pages,again thanks a lot

  7. #17
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    help question SSL Issue/Problem - admin/includes/configure.php

    Hi guys,

    I also have a problem with SSL integration. I'm using 1.3.9h (the latest). My SSL certificates are were setup and the SSL vendors tester said it was working correctly. When I tried to edit the includes/configure.php file in Cpanel it says that it's saved but gives an error: [a fatal error or timeout occurred while processing this directive]. Also, my admin/includes/configure.php is MISSING!?

    My site works fine though but I obviously can't setup Zencart for SSL.

    I'm using the pure_blue template and have the CSS click-show-hide menu and Easy Populate installed. Help please?
    my URL: www.electricantcomputers.co.za

  8. #18
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SSL Issue/Problem

    Quote Originally Posted by Michaeldnr
    When I tried to edit the includes/configure.php file in Cpanel it says that it's saved but gives an error: [a fatal error or timeout occurred while processing this directive].
    Check in cpanel the permissions on the file and if 444 set to 644 first
    But one should NOT be editing any php files using the cpanel editors
    Quote Originally Posted by Michaeldnr
    Also, my admin/includes/configure.php is MISSING!?
    Better check again as if you can access your admin there is one
    Zen-Venom Get Bitten

  9. #19
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: SSL Issue/Problem

    The error message you are getting is a definite indicator that you did not change the permissions on that file to 644 before trying to use the "Edit" function in cPanel's File Manager.

    Vger

  10. #20
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: SSL Issue/Problem

    Thanks guys,

    Will try that and get back to you.
    I know, I can access my admin are so maybe I'm just looking in the wrong place...

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Layout issue / css problem with IE only. Can't find the issue!
    By linnx in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2011, 10:54 AM
  2. SSL issue
    By devinej1 in forum Basic Configuration
    Replies: 5
    Last Post: 6 Jul 2010, 09:45 AM
  3. SSL Issue
    By Scott_C in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 12 Jan 2010, 02:33 AM
  4. SSL issue
    By ticoantina in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 20 Jul 2006, 02:39 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