Announcement

Collapse
No announcement yet.

SSL on another server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSL on another server

    Hi,

    We're running the 'normal' site off one server while having the checkout on a server with a shared SSL cert.

    I did a successful test through actinic, and did an upload which also returned successful.

    Browsing around and putting products in the basket worked fine but when I clicked to go to checkout I got a 'Cant find A000.cat in /acatalog/ ... I check the directory and it was empty despite the successful upload. The directory was already chmod'ed 777.

    So I decided to upload all files from /Sites/Site1 to the SSL server along with /Sites/Site1/SITEHtml/*

    The error I now got was:
    "Your shopping cart is empty. Return to the catalog and add an item to your shopping cart before continuing."
    Upon returning I still have the products in my basket as before.

    What can be wrong?

    -Erling


    My Settings
    Our settings are:
    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 3
    SCRIPTEXT .pl
    SMTPHOST uradsecurepayment.co.uk
    WEBSITEURL http://www.uradsecurepayment.co.uk/
    IGNOREPASSIVEERRORS true
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    SMTPAUTHREQUIRED false
    SMTPUSERNAME
    SMTPPASSWORD
    SSLCATALOGURL https://secure-orders.com/urad/acatalog/
    SSLCGIBINURL https://secure-orders.com/urad/cgi-bin/
    SSLPATHFROMCGITOCATALOG ../acatalog/
    SSLCODEBASE ./
    SSLFTPHOST ftp.secure-orders.com
    SSLFTPUSERNAME ****
    SSLFTPPASSWORD ****
    SSLPATHTOCGIBIN /cgi-bin/
    SSLUSEPASSIVEFTP true
    CATALOGURL http://www.uradsecurepayment.co.uk/acatalog/
    CGIBINURL http://www.uradsecurepayment.co.uk/cgi-bin/
    PATHFROMCGITOCATALOG ../acatalog/
    CODEBASE ./
    FTPHOST ftp.uradsecurepayment.co.uk
    FTPUSERNAME ****
    FTPPASSWORD ****
    PATHTOCGIBIN /cgi-bin/
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG

    #2
    Hi there

    For ssl to work with actinic, we require the secure /acatalog/ to have a symbolic link with the insecure /acatalog/ folder.

    Therefore anything you put in the insecure /acatalog/ folder, you should see in the secure /acatalog/ folder.

    We have some documentation regarding this. Here is the Correct SSL Setup of Actinic on Both HTTP and HTTPS Guide

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X