fullstorydev / fullstorydev/grpcui

grpcui does not respect GODEBUG=x509ignoreCN=0 env var

Open
#154 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.