Konstantin Nikiforov
unread,Jan 23, 2013, 9:49:02 AM1/23/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
The target: create HTTP+HTTPS site with chunked encoding for some
resources.
The problem is:
1. AFAIR, CB still does NOT support HTTP and HTTPS simultaneously
2. So, we should use nginx as proxy to create HTTP+HTTPS web-server.
3. We need chunked-response for some data. Chunked-encoding is
implemented in HTTP/1.1.
3. But nginx proxy still does NOT support HTTP 1.1 for backend server.
Result: overall situation look like "deadlock".
I think, CB needs feature to run HTTP+HTTPS dual server, because it is
a real pain in the butt.
By now, will try to use mod_proxy...