[ic] Shared SSL Certificate

DB interchange-users@icdevgroup.org
Tue May 13 13:16:01 2003


> Is there an effective way to use IC with a shared SSL certificate?  That is 
> without losing your cart contents.  I can't seem to find the final word.
> 
> Thanks,
> 
> Terral

I have managed to do this with 4.9.7 by making symbolic links from the 
"real" /cgi-bin directory to the user's /cgi-bin, and another from the 
"real" /www directory to the user's /www for example

in the "real" /cgi-bin
  store -> /home/user/cgi-bin/store

and in the "real" /www

store -> /home/user/www/store/

I also use this in the catalog.cfg:

  AlwaysSecure <<EOF
          account
          change_password
          customerservice
          login
          logout
          new_account
          ord/basket
          ord/checkout
          order
          process
          query/check_orders
          query/order_detail
          query/order_return
          returns
          saved_carts
          ship_addresses
EOF

Finally I put the URL of the "real" secured domain in the catalog's 
Secure_URL variable.

Works for me!

DB