[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: SSL Problems
****** message to minivend-users from "Rob Zimmerman" <rob@readysite.net> ******
It looks like you need some symlinks set up. Or as suggested I think,
additional alias in the minivend.cfg I know that I have added extra aliases in
the minivend.cfg for my secure sites. Here is the puzzle site minivend.cfg im
working on (note 2 aliases):
Catalog puzzlestore /www/puzzlemaps.com/catalogs/puzzlestore
/cgi-ps/puzzlestore
/puzzlestore /puzzlemaps.com/cgi-ps/puzzlestore
Rob
--------
> ****** message to minivend-users from "Thompson-Jordan" <Thompson-Jordan@mindspring.com> ******
>
> I am trying to get SSL working on checkout (mv3.12b10, redhat, apache).
> I'm using the hosting service's secure domain. They have a slightly
> nonstandard URL for accessing my cgi-bin via their secure server. It is in
> the form of:
>
> https://hostsecuresite.net/cgi-mysite/simple
> ^^^^^^
> I guess this would usually be "hostsecuresite.net/mysite/cgi-bin/simple".
>
> I set my catalog.cfg as follows:
>
> Variable SERVER_NAME www.mysite.com
> Variable CGI_URL /cgi-bin/simple
> Variable SECURE_SERVER https://hostsecuresite.net
> Variable SECURE_CGI_URL /cgi-mysite/simple
>
> ########### SecureURL
> SecureURL __SECURE_SERVER____SECURE_CGI_URL__
>
> I've also tried:
>
> Variable SERVER_NAME www.mysite.com
> Variable CGI_URL /cgi-bin/simple
> Variable SECURE_SERVER https://hostsecuresite.net/cgi-mysite/simple
>
> ########### SecureURL
> SecureURL __SECURE_SERVER__
>
>
> When I hit checkout from the basket, I get a "500 Internal Server Error"
> page from the web server. The URL looks OK though:
>
> https://hostsecuresite.net/cgi-mysite/simple/ord/checkout?sxZpdFaq;;449
>
> The following errors are in the Minivend error.log (no errors in the
> catalog's error.log). The first error is from using the checkout button,
> the second is from using the menubar link to checkout:
>
> myispdomain.com - - [05/March/1999:14:01:40 -0600] -
> /cgi-mysite/mysite/simple/process
> Undefined catalog: /cgi-mysite/mysite/simple
>
> myispdomain.com - - [05/March/1999:14:01:40 -0600] -
> /cgi-mysite/mysite/simple/ord/checkout
> Undefined catalog: /cgi-mysite/mysite/simple
>
> The paths in the error message above are wrong. Any ideas how to turn
> "/cgi-mysite/mysite/simple" into "/cgi-mysite/simple"? Any help would be
> appreciated. Thanks.
>
> Christopher Thompson
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list
- References:
- RE: Suggestion:
- From: "Thompson-Jordan" <Thompson-Jordan@mindspring.com>
- SSL Problems
- From: "Thompson-Jordan" <Thompson-Jordan@mindspring.com>