If it also helps, I'm redirecting all www through Apache. So I'm not using SSLMiddleware to do it. I created a copy of the SSLMiddleware that doesn't redirect. And then set SSL to True in the satchmo settings.
Peter Halliday Excelsior Systems (Phone:) 607-936-2172 (Cell:) 607-329-6905 (Fax:) 888-265-5082 On Tue, Dec 7, 2010 at 11:58 PM, Peter Halliday < [email protected]> wrote: > I'm not sure if anyone can help. I'm not sure if this is related to > the fact I'm running satchmoproject within FeinCMS as an > ApplicationContent context. However, it gave me an error that > indicated that the SSL keyword wasn't being deleted. However, when I > did printing to the log, the view_kwargs was empty. I could only fix > it by adding **kwargs as an argument in payments/modules/authorizenet/ > views.py > > Peter > > > > On Oct 27, 11:47 pm, Peter Halliday <[email protected]> > wrote: > > My settings hasSSLset equal to False. I'm running in development > > mode right now from runserver. I added debug statements in > > SSLRedirect and sees that it's running and kwargs are empty. However, > > in payment/modules/authorizenet/views.py there's a kwargs that's > > passed that has {'SSL':False}. So, it appears that the Middleware > > isn't remove it correctly. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
