Hello
I have created a grpc c++ service, and deployed it to OpenShift. Unfortunately I did not do deep enough analysis before starting this project, and after deploying I discovered that OpenShift doesnt support http/2.
I was adviced that I can still use OpenShift to host the service, and that I can change the route to use 'passthrough'. And that this would require the client to have SNI enabled.
My client application is java. Can anyone tell me how I enable SNI? Are there any examples?
Thanks and regards
Anton