Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1209253

Summary: [RFE] SPDY support in OpenShift Enterprise
Product: OpenShift Container Platform Reporter: Ricardo Martinelli de Oliveira <rmartine>
Component: RFEAssignee: Mike Barrett <mbarrett>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2.0CC: jokerman, libra-onpremise-devel, lmeyer, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1209254 (view as bug list) Environment:
Last Closed: 2015-10-06 13:09:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1209254    

Description Ricardo Martinelli de Oliveira 2015-04-06 20:27:12 UTC
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.

Comment 2 Luke Meyer 2015-04-13 13:28:50 UTC
You can accomplish this with the SNI frontend today.

https://access.redhat.com/documentation/en-US/OpenShift_Enterprise/2/html/Deployment_Guide/chap-Continuing_Node_Host_Installation_for_Enterprise.html#Installing_and_Configuring_the_SNI_Proxy_Plug-in

However, this comes with the limitation that requests go only to the app running on the first gear, so it doesn't really scale and can't be HA. If that's acceptable, it can be used today.