If you upgrade to the latest svn this was fixed recently. - if secure and sslport: - host = "%s:%s" % (host, sslport) + if secure and SSLPORT: + host = "%s:%s" % (host, SSLPORT)
On Feb 24, 11:57 pm, Trevor Ochocki <[email protected]> wrote: > With r1971 I encounter the following error while trying to setup and > test SSL: > > NameError at /accounts/secure/login/ > global name 'sslport' is not defined > > I assume this is related to the recent SSLMiddleware changes, but > having just moved to a VPS and completed a fresh install I am > uncertain on how to resolve this. > > -- > Trevor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
