Hi, 
     This link 
<https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go> 
talks 
about using the same port for grpc and grpc-gateway, however when i tried 
it without using TLS, it didnt run. So, wanted to know if TLS is a must? 
Reason i think TLS might be needed is bcos of this documentation in 
standard http <https://golang.org/pkg/net/http/#Server.Serve> package.

*HTTP/2 support is only enabled if the Listener returns *tls.Conn 
connections and they were configured with "h2" in the TLS 
Config.NextProtos.*
Thanks
Amit

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/43a0b157-4900-450d-87c6-d34d5223b5e2n%40googlegroups.com.

Reply via email to