How to use https mode in gRPC-Web #1434
Unanswered
dlyltm
asked this question in
Q&A - General
Replies: 1 comment 4 replies
-
@dlyltm Hi :) If you can provide more details about the failure, it might help understand the issue. Your question do sound like a generic issue where Google or Chatgpt could help with :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In "gRPC-Web Hello World" example, there is "var client = new GreeterClient('http://localhost:8080');" in client code. http is used in it. Now I want to change http to https and ignore invalid ssl certificates, but I've tried many times and failed. What should I do about this?
Beta Was this translation helpful? Give feedback.
All reactions