On 24/04/2014 5:35 PM, Venkatraman S wrote:
Hi,

Am an SSL newbie and am trying to understand various facets of moving a
webapp to ssl. Are there any learnings that the group can share w.r.t
moving a django site to ssl? Any pitfalls or things to be careful about.
Or is it a totally independent activity with no side effects on the
application design and deployment.

I suppose it depends on your site. In my case it was Apache rather than nginx and pretty much all I had to do was establish a redirect so any url with http://blah.blah went to https://... instead.

Check the source for specific mention of the protocol to be sure. If you specify http://blah.blah anywhere you might wish to adjust that but you can also rely on the redirect.

I found it refreshingly clean. Hats off to DRY and Django

Mike


Am referring to Philips's guide
<http://www.lognormal.com/blog/2013/06/22/setting-up-ssl-on-nginx/> for
now, but any other recommendations?

Regards,
Venkat

--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CAN7tdFR%2Bb_9W0TCDUJexKiztYuKk-kM2Ys%3DxnK7nK9vfL-CyLg%40mail.gmail.com
<https://groups.google.com/d/msgid/django-users/CAN7tdFR%2Bb_9W0TCDUJexKiztYuKk-kM2Ys%3DxnK7nK9vfL-CyLg%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5358C38B.30808%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

Reply via email to