David, It's interesting how you finally solved it, did you used ELB instead?
On Wednesday, September 7, 2016 at 9:20:52 PM UTC+3, [email protected] wrote: > > >> >>> 2) With TLS GRPC on the backend, ALB seems to fail for the same reason >>> (TLS/ALPN negotiation succeeds but protocol is not HTTP/2). >>> >> >> That sounds like it doesn't support HTTP/2. I wouldn't be surprised if it >> didn't support HTTP/2 to the backend. Clients could be HTTP/2, but then it >> would convert it to HTTP/1.1. This is the same state as with Google Cloud >> Load Balancer and nginx. Amazon's blog post >> <https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/> also >> doesn't make it clear. >> > > Yup, an AWS support rep just confirmed that ALB indeed does not support > HTTP/2 to the backend. I also pointed out that this should be stated more > clearly in the docs. > > Perhaps someday end-to-end HTTP/2 will become a reality :) > >> -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/84243eb2-d270-4518-a6f9-ac4389405b24%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
