Add support for plaintext gRPC

Improvement
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?

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?
Sign in to leave a comment.
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
Is this resolved with unchecking “Validate TLS Certificates” ?
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?