I’m currently developing a simple gRPC mock server that listens on the same port for both HTTP requests and gRPC (HTTP/2). The solution is not configured with TLS and is very similar to the one here <https://github.com/grpc/grpc-go/issues/555#issuecomment-443293451>.
This for local environment, works perfectly (for both the HTTP server and gRPC server). They are both accessible through localhost:8080. However, for productive environments we are using a reverse proxy approach, using HAProxy, and the service is then accessible via a non root path. Which to me, it seems very similar to this post <https://groups.google.com/forum/#!topic/grpc-io/e1041Rw2mQI>. So the question is, is this still not possible to be done? Is routing traffic via subdomains still the only possible solution? Thanks. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/3c13dcf9-3a1a-41f0-8bcc-2730061f7f88n%40googlegroups.com.
