Monday, October 10, 2011

Re: How to use DJANGO as reverse proxy over HTTPS?

dj@ngo is a web development framework to create web application.

to serve as proxy better use real web server like apache, nginx, lighttpd or squid.

django buildin web server for development use only.

if you want to build a proxy,  from ground up you can use python which django base on.

On Oct 10, 2011 9:31 PM, "deepak gupta" <fresh.deepak@gmail.com> wrote:
Hi All,
 
Do any one knows How to use DJANGO as reverse proxy over HTTPS?
Do DJANGO webserver support HTTPS?
 
Thanks.
Deepak G.
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment