Yaak Logo
Yaak
Feedback/Add support for plaintext gRPC

Add support for plaintext gRPC

Mskri ·2 years ago
ReleasedImprovement

When developing services locally you sometimes need to use plaintext with gRPC.

For example with grpcurl you can add “-plaintext” flag to skip TLS check. Could we have same option for Yaak?


Comments (4)

Sign in to leave a comment.

Gregory Schier
Alex Viscreanu

this is also kinda blocking me from being able to use yaak for grpc services I’m working on, would be nice if it could get a bit prioritize

Jeff Groom

Is this resolved with unchecking “Validate TLS Certificates” ?

Gregory Schier

Hmm, I think this already works by default (can reopen if not). You can leave off the URl scheme or prefix the URL with http:// to skip TLS.

But perhaps I’m misunderstanding the issue?

Type to search feedback...