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
Here's an example, to proxying gRPC service by specified route:
38
38
39
39
* attention: the route's option `service_protocol` must be `grpc`
40
-
* attention: APISIX use TLS‑encrypted HTTP/2 to expose gRPC service, so need to [config SSL certificate](https://github.com/iresty/apisix/blob/master/doc/https.md)
41
-
* the grpc server example:[grpc_server_example](https://github.com/nic-chen/grpc_server_example)
40
+
* attention: APISIX use TLS‑encrypted HTTP/2 to expose gRPC service, so need to [config SSL certificate](https.md)
41
+
* the grpc server example:[grpc_server_example](https://github.com/iresty/grpc_server_example)
42
42
43
43
```shell
44
44
curl http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '
0 commit comments