On 31 Jul 2009, at 21:35, doug livesey wrote: > As I write mainly internal apps, I haven't really put anything out > into the wild, yet, but that's all about to change. > One of my children is to be released into the wide web (I'm so > proud!), and I find myself having to think about security. > Basically, I'm after advice on how people get Rails apps ready for > HTTPS. > I have a good host, and I can follow tutorials on certificates, but > I'm not at all sure about how different the considerations are for > coding Rails apps that need HTTPS. > & any pointers to tuts & other resources would be very gratefully > received.
There's not much to be aware of, but something like the ssl_requirement plugin will help make sure you're using SSL when needed: http://github.com/rails/ssl_requirement/tree/master Will. -- Will Jessop Super Shiny Robot Limited - Professional web design and development t: 07939 547 962 w: http://supershinyrobot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" 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/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
