Angelo

Results 20 comments of Angelo

Having this feature would be really great :)

@MderM, have you had any success in using multiple stream connections by switching to the Improbable GRPC-Web implementation? We have run into the same issue as you have...

@MderM thanks! I will look into it. Would you mind helping out if I get stuck along the way?

> @angelomelonas Feel free to ask! If I can help, I will do it. @MderM I have configured Envoy as [mentioned in this SO post](https://stackoverflow.com/questions/56865738/cors-options-request-missing-access-control-allow-origin-headers-using-envoy-a). However, I cannot figure out...

Thanks, @MderM, I updated my Envoy configuration as you suggested, but unfortunately, the issue still persists. I do now also get a `net::ERR_CERT_AUTHORITY_INVALID` error...

@MderM, this might seem like a stupid question, but do I need to configure the gRPC server to use TLS as well? And with the gRPC-Web client, do you pass...

I am starting to think that it's perhaps a domain issue (because of the TLS setup in the envoy.yaml file). You don't perhaps have an example envoy.yaml file that I...

Thank you so much @MderM! I really appreciate your effort. That helped me realise that my issue is most likely the way I generate the certificates... I use the following...

Hi @MderM (and anyone else who might run into this problem in the future), I have finally managed to get everything working (gRPC-Web + Envoy + HTTPS)! Using TLS with...