uber / prototool

Your Swiss Army Knife for Protocol Buffers
MIT License
5.05k stars 345 forks source link

Fix failing mutual TLS unit tests #541

Open smaye81 opened 4 years ago

smaye81 commented 4 years ago

Fix the issue with mTLS and failing unit tests.

Note this may require a better story for how TLS is handled. Currently tls 1.3 is opted-out via GODEBUG env variable, but this doesn't seem to work for Bazel tests.