Hello,
I have a page on my site where customers can place their order.  This
page is secure (https://).  I'm finding that whenever some users click
click submit they are presented with a message saying:

//

Security alert you are about to be redirected to a connection that is
not secure.

The information you are sending to the current site might be
retransmitted to a non secure site.

Do you wish to continue

//

Currently my page that presents the user with their order information
and invoice number is not secure.  I was wondering what I need to do
to get this page secure.  I was looking around on the web and found
this link http://www.djangosnippets.org/snippets/240/ . I added
{'SSL':True} to my url but when I do that i get the error:

TypeError at /cart/success/
success() got an unexpected keyword argument 'SSL'

//

I've never added Middleware before.  Do I need to add the code from
djangosnippet240?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to