+++ This bug was initially created as a clone of Bug #1209253 +++ Description of problem: Customer wants to use SPDY (http://www.chromium.org/spdy) in their OpenShift infrastructure. Also, it doesn't work because SPDY requires SSL connection. If it's possible don't terminate SSL in apache and pass it straight to the app they can workaround that.
I don't think this is relevant in v3. In v3 the frontend is not apache, and you can specify passthrough TLS (use SNI only for routing and don't terminate TLS) when you specify your external route. Feel free to reopen if the SPDY case doesn't work for some reason.