You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that I can use any variable in a gRPC request as long as the content of the variable (the address) is valid, it makes no sense that certificate errors occur, just because we are using a variable.
Actual Behavior
We have a variable called "grpcUrl" which is defined on a folder like this:
When this variable is used to start a gRpc request, we get the following error (it seems the certificate can not be validated):
However if I don't use the variable, but put the same adress directly in the request, it works absolutely fine: