Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jun 2006
    Location
    Manchester UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Shared SSL issue

    Quote Originally Posted by Vger
    The hosting company doesn't know how to do it.
    This is the case, I think. We are looking at a dedicated SSL - will this solve the problem?

    Regards,

    Patrick

  2. #12
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Shared SSL issue

    Quote Originally Posted by pcmt
    This is the case, I think. We are looking at a dedicated SSL - will this solve the problem?
    If you're staying with that host, then get them to guarantee that it will before spending any money. If they can't, then ... start shopping on our "Certified Hosts" page (see link at the top of this site).



    It's not hard to set up Plesk to share httpdocs and httpsdocs ... it's a little checkbox when creating a customer account/domain, but usually only the hosting company has access to it.
    I don't recall whether it can be changed once the account is created.
    .

    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.

  3. #13
    Join Date
    Jun 2006
    Location
    Manchester UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Shared SSL issue

    Thanks for the reply.

    It's a long story, but the host is a friend who "inherited" the server. We're both feeling our way with this.

    Regards,

    Patrick

  4. #14
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Shared SSL issue

    Quote Originally Posted by pcmt
    It's a long story, but the host is a friend who "inherited" the server. We're both feeling our way with this.
    Fair enough. That said, perhaps you may want to explore that little checkbox ... it'll save you a ton of headaches.
    .

    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.

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

    Default Re: Shared SSL issue

    Plesk - httpdocs and httpsdocs
    ------------------------------
    You need to create a vhost_ssl.conf file in
    /home/httpd/vhosts/domainname.com/conf/
    with directives pointing to httpdocs rather than httpsdocs
    If your host is using Plesk, then you need to add a vhost_ssl.conf file to the conf directory of the site and point any reference to httpsdocs to httpdocs
    e.g.

    DocumentRoot /home/httpd/vhosts/site.com/httpdocs
    <Directory /home/httpd/vhosts/site.com/httpdocs>
    <IfModule mod_perl.c>
    <Files ~ (\.pl)>
    SetHandler perl-script
    PerlHandler ModPerl::Registry
    Options ExecCGI
    allow from all
    PerlSendHeader On
    </Files>
    </IfModule>
    <IfModule sapi_apache2.c>
    php_admin_flag engine on
    php_admin_value open_basedir "/home/httpd/vhosts/site.com/httpdocs:/tmp"
    </IfModule>
    SSLRequireSSL
    Options +includes +ExecCGI
    </Directory>
    <IfModule sapi_apache2.c>
    php_admin_flag engine on
    php_admin_value open_basedir "/home/httpd/vhosts/site.com/httpdocs:/tmp"
    </IfModule>

    Vger

  6. #16
    Join Date
    Aug 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Shared SSL issue

    The check box is located under Setup in the domain control panel. The admin or client of the domain should be able to turn that on and off for the customer.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 shared ssl issue
    By Poppicorn in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 5 Sep 2015, 05:19 PM
  2. Using HostGator and Shared SSL, Secure and Unsecure Items?
    By daxxruckus in forum Basic Configuration
    Replies: 14
    Last Post: 30 Dec 2008, 08:01 AM
  3. Shared SSL and Subdomain
    By TecBrat in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 12 Nov 2008, 08:53 PM
  4. Shared SSL and JROX
    By aalm in forum General Questions
    Replies: 4
    Last Post: 23 Oct 2008, 09:37 PM
  5. Hostgator -- Shared SSL issue
    By mnboater in forum Basic Configuration
    Replies: 7
    Last Post: 10 Sep 2008, 03:26 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR