If you go into your urls.py file and add the {'SSL' : True} keyword to your
accounts url does that work?-Chris On Fri, May 8, 2009 at 7:08 AM, borntonetwork <[email protected]>wrote: > > Thanks for your response, Anil. > > I think I wasn't clear enough. The checkout process works fine using > ssl. However, say the user logs in and wants to update his/her > profile. The page that displays is not ssl, but normal http. So to > recap: https://<mysite.com>/shop/checkout/* works just as I would > expect (with ssl). What I can't seem to get to come up is > https://<mysite.com>/accounts/ -- it always shows up as http://<mysite.com > >/accounts/. > Even if I manually type in "https://<mysite.com>/accounts/", I get > redirected to "http://<mysite.com>/accounts/". > > On May 8, 2:29 am, ANIL KARADAĞ <[email protected]> wrote: > > hi, i am developer . we develop e-commerce site with django and satchmo. > we > > use ssl in payment unit. we have not a problem with it. > > > > i think your urls.py not contain ssl parameter like satchmo.payment.urls. > > And i think after user login, next page is cart not payment. > > > > if you want use ssl, you look urls.py of satchmo payment app. You should > > give ssl parameter to url. > > > > 2009/5/8 borntonetwork <[email protected]> > > > > > > > > > > > > > Hi. > > > > > First off, thank you for a great product! I'm a Python and Django > > > lover who happens to design e-commerce sites, so Satchmo is a great > > > fit for me. > > > > > I have a Satchmo shopping cart that is ready to go except for the fact > > > that the /accounts/* url will not direct to SSL. This is a requirement > > > from the credit card processing company. To remedy, I've tried: > > > > > * Using 'SSL': False in most (all?) urlconfs urls. > > > * Setting "Enable SSL" in payment settings. > > > * Trying (and failing) to find the source of "satchmo_account_info" to > > > perhaps change. > > > > > Any help is greatly appreciated. > > > > -- > > Anıl KARADAĞ > > Cihan Bilişim A.Ş. - Yazılım Geliştirme Uzmanı > > GYTE- Bilgisayar Müh. Yüksek Lisans öğrencisihttp:// > anilkaradag.info/blog > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
