There isn't anything special about setting up Apache with SSL for use with 
Django. There are plenty of easy to finds tutorials about configuring 
Apache [1]. 

I gave a talk about running a Django project on Windows using Apache [2]. I 
ran in to performance issues due to the GIL and Apache on Windows being 
thread based, instead of process based. Sadly, there is no video from the 
talk, but the slides have plenty of information to get you headed in the 
right direction. If possible, try to use something other than Apache as the 
SSL end point, such as haproxy.

[1] http://manfre.github.io/django-on-windows-talk/
[2] http://httpd.apache.org/docs/current/ssl/ssl_howto.html

Regards,
Michael Manfre

On Sunday, February 9, 2014 9:43:16 AM UTC-5, Robert Jonathan Šimon wrote:
>
> I was trying to find something on the web, but i didnt found anything. I 
> want to use HTTPS with my Django project on Windows server. I have 
> installed Django 1.6 a Python 3.3 64Bit. How can i configure SSL 
> connection, and are there any problems with it?
> Thank for all the help
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/8609a894-de81-4a2d-861a-3e89d64d4b21%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to