nginx is a very easy to configure and very reliable web server that is perfectly suited for ssl termination, serving static assets, and proxing the dynamic requests to mod_wsgi.
We use it with a great deal of convenience and success. While this isn't an answer to your question it is a way to solve the same issues and get a lot in return. Thanks! On Fri, Mar 20, 2015 at 7:13 PM, Kyle Handy <[email protected]> wrote: > Hello, > > I've been developing a Django REST API that supports an iPhone > application's data needs and user tracking. We have been using mod_wsgi > express to host the API. When working over HTTP the API works great, but we > have recently configured the HTTPS portion of the server and it we cannot > reach the server over 3G/4G internet connections. > > The server responds to the following HTTPS requests: > > PC browser request on Wi-Fi > PC browser request on landline. > iPhone device request over Wi-Fi > > The server DOES NOT even RECEIVE the following HTTPS requests: > > iPhone device request over 3G > iPhone device request over 4G > > Is there any special configuration or extra accommodation that is required > by Django or the mod_wsgi module in order to support requests over 3G/4G > via HTTPS? > > Any help is appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi. For more options, visit https://groups.google.com/d/optout.
