[
https://issues.jboss.org/browse/ISPN-6676?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec commented on ISPN-6676:
-------------------------------------------
OpenShift supports 3 types of [secured
Routes|https://docs.openshift.com/enterprise/3.0/architecture/core_concep...]:
* Edge terminated - OSE takes care of TLS and downgrades HTTPS to HTTP.
* Passthrough - Just passes the request to the node without handling TLS.
* Reencryption - Translates from one certificate to another.
Use HTTP2/Upgrade in HotRod server
----------------------------------
Key: ISPN-6676
URL:
https://issues.jboss.org/browse/ISPN-6676
Project: Infinispan
Issue Type: Feature Request
Components: Cloud Integrations
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Labels: hackathon
With HTTP2 it is possible to reuse the same TCP connection and switch into custom binary
protocol. This would be a perfect way to cooperate with many load balancers including
those deployed in the Cloud.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)