[ic] SSL CGI_URL

David Hamann dhamann@hamanntech.com
Tue, 12 Sep 2000 11:32:15 -0700


in the catalog.cfg file be sure you have these sections:

#Variable    SERVER_NAME     www.domain.com
#Variable    CGI_URL         /cgi-bin/alias-name
Variable    SECURE_SERVER   https://secure.domain.com

...

# Sets Interchange to not parse <BODY MV="body 1"> and other tags within
# HTML tags, use [pragma no_html_parse 0] to enable on a page
Pragma          no_html_parse

MailOrderTo             __ORDERS_TO__
VendURL                 http://__SERVER_NAME____CGI_URL__
SecureURL               __SECURE_SERVER____CGI_URL__

....
Now, notice the line that says "always secure" near the bottom.

# We are always keeping these in DBM, can be in SQL if you wish
Database            access          access.asc        TAB
Database            mv_metadata     mv_metadata.asc   TAB
Database            banner          banner.txt        TAB
Database            banner          NUMERIC           weight
Database            locale          locale.txt        TAB
Database            2ndDayAir       2ndDayAir.csv     CSV
Database            Ground          Ground.csv        CSV
Database            NextDayAir      NextDayAir.csv    CSV

ProductFiles   products

AlwaysSecure         ord/checkout multi/checkout
AsciiTrack           etc/tracking.asc




"Desjardins, Ray" wrote:

> Is there anyway to set the cgi_url that is called when making the switch to
> SSL?
>
> I would like to use this for secure:
>
> https://secure.domain.com/customer-secure/
> script alias:  /customer-secure/
>
> and this for non secure:
>
> http://www.customer.com/cgi-bin/
> script alias /cgi-bin/
>
> Both script alias work but am unable to make Interchage use a different
> script alias for SSL during checkout.  I could have swore this was a
> question in the startup script when creating the original catalog.  Is there
> an easier way?
>
> Thanks for any help!
>
> Ray Desjardins
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users