Re: Using SSL and Apache on Windows together

2014-02-10 Thread Michael Manfre
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 Win

Re: Using SSL and Apache on Windows together

2014-02-09 Thread Arnold Krille
On Sun, 9 Feb 2014 06:48:10 -0800 François Schiettecatte wrote: > SSL is not something that is handled by Django but is further up the > stack, you should check how to implement SSL with your Windows Server. Actually its not that high (or low) on the stack. You don't configure SSL in the OS (wind

Re: Using SSL and Apache on Windows together

2014-02-09 Thread François Schiettecatte
Jonathan SSL is not something that is handled by Django but is further up the stack, you should check how to implement SSL with your Windows Server. François On Feb 9, 2014, at 6:43 AM, Robert Jonathan Šimon wrote: > I was trying to find something on the web, but i didnt found anything. I wan

Using SSL and Apache on Windows together

2014-02-09 Thread Robert Jonathan Šimon
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 th