You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if FRP can tunnel GRPC service with the http plugin.
With a grpc without tls you would get an error as GRPC required http2. Looks like you need to instruct the proxy to do h2c (for example traefik suggests this https://doc.traefik.io/traefik/user-guides/grpc/).
I can use tcp plugun but I would like to use http's vhost/domain option for simplicity.
Describe alternatives you've considered
No response
Affected area
Docs
Installation
Performance and Scalability
Security
User Experience
Test and Release
Developer Infrastructure
Client Plugin
Server Plugin
Extensions
Others
The text was updated successfully, but these errors were encountered:
Describe the feature request
It would be great if FRP can tunnel GRPC service with the http plugin.
With a grpc without tls you would get an error as GRPC required http2. Looks like you need to instruct the proxy to do h2c (for example traefik suggests this https://doc.traefik.io/traefik/user-guides/grpc/).
I can use tcp plugun but I would like to use http's vhost/domain option for simplicity.
Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: