[ic] 4.7.1 secure server

DB db@m-and-d.com
Fri, 04 May 2001 22:00:12 -0400


Ok, editing that variable name in catalog.cfg indeed caused the correct
Secure URL to be displayed in the Admin interface's Info section. But
when I go into the store and click Checkout, it appears to be looking
for the correct URL but it just sits for about 15sec before giving this
message:

 We're sorry, the Interchange server is unavailable...
 We are out of service or may be experiencing high system demand, please
try  again soon.

I have my own secure certificate installed, and 4.6.5 work fine with it.
As do all my other web pages and cgi scripts if I just change http to
https. No errors show up in ~/catalogs/foundation/error.log or in
~/interchange/error.log. And if I replace the http: in the URL it is
looking for with http:, the (non secure) checkout page pops right up. So
now what?

DB



> From: Mike Heins <mikeh@minivend.com>
> 
> Quoting DB (DB@M-and-D.com):
> > I have 4.7.1 installed using 'foundation'. The variable SECURE_SERVER is
> > set to https://mydomain.com and SECURE_ENABLE is set to 1. But when I go
> > to the Admin interface and look at Info, it shows the Secure URL as
> > http://mydomain.com/cgi-bin/foundation (not https). When I hit Checkout
> > in the store it is not in secure mode. Can anyone tell me what I'm
> > missing? I have my own secure certificate installed for
> > https://mydomain.com.
> 
> Actually, there is a mismatch between SECURE_ENABLED and SECURE_ENABLE
> in the variables file. Either change the setting in preferences to
> match the one in catalog.cfg, or vice versa.
> 
> The latest CVS version should have this fixed....
> 
> --