[ic] DifferentSecure Problem / Question

Shawn Mathews shawn at stuckinrealtime.us
Sun Nov 23 23:38:04 EST 2003


I'm running interchange on multiple servers with a single server working
as the secure url.
i.e.
     www.liquidrx.com/store.pl   and ww2.liquidrx.com/store.pl

with the secure url being under a totally different domain.

     www.eyefiveinc.com/liquidxrx

(I know this is a funky setup, but until we are assigned additional IP's
this is what I have to work with).

My problem is the DifferentSecure setting in catalog.cfg. I assume it's
suppose to allow you to do what I have above, unfortunately whenever I
try it, interchange changes my secure url to either
https://www.liquidrx.com/store.pl or https://ww2.liquidrx.com/store.pl

I rooted around a bit in my catalog structure files and the module files
for interchange and found a few things....

#1) DifferentSecure is defined as a boolean in Config.pm.
#2) There is no check to see if you have different secure defined in
Dispatch.pm when it replaces the scriptname based on CGI scriptname passed.

Is this how DifferentSecure is suppose to be?

If I change the type to yesno and make the default no in Config.pm and
add a check before $Vend::Cfg->{SecureUrl} is replaced it works like I
think it's suppose to .

Somebody please correct me if I'm totally offbase on this. If I'm not
I'll post the changes.

Shawn Mathews
shawn at stuckinrealtime.us







More information about the interchange-users mailing list