fullstorydev / fullstorydev/grpcui
grpcui does not respect GODEBUG=x509ignoreCN=0 env var
Open
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
Attempting to connect to a grpc server where the TLS cert "relies on legacy common name" causes an error with grpcui/grpcurl.
To work around this you can set the GODEBUG=x509ignoreCN=0 env var.
grpcurl uses this env var and allows the connection, but grpcui does not.
Edit: I just tested this on a colleagues machine (ARM mac) and grpcurl also seems to ignore this env var. They are using grpcurl version 1.8.5. My grpcurl version is "grpcurl dev build " which isn't very useful. My environment is linux if that makes a difference
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.