I am planning to sell products by charging credit cards thus using SSL will be critical for Django-powered website. And I am very naive for this.
My initial django setup plan was using Apache as the webserver and using mod_wsgi to communicate with Django, static media again served by Apache. All seemed good until SSL protocol comes to the plans.
I will be using SSL protocol for user account configuration pages, the whole purchase sequence and maybe at the django admin.
I have checked the official documentations and googled but answers are rather confusing.
- What would be the recommended way of implementing SSL to this setup ?
- Any suggestions to this first time SSL implementer to a website ?
- From this page, it seems like they have included Nginx to the stack. Couldn't it be done without it ?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…