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

2011-10-10 Thread Phang Mulianto
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"  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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



How to use DJANGO as reverse proxy over HTTPS?

2011-10-10 Thread deepak gupta
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.