-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS no longer works #220
Comments
Hi I've had the same error messages trying to get https://github.com/philips/grpc-gateway-example working with a Comodo CA certificate. Just thought I'd flag that here. My certificates work fine as an ssllabs.com test passes fine when I use the certs in a node.js app I have, hence it's definitely something golang/grpc-related. I'm afraid I'm a newbie with go so can't look into in depth. Jeremyje - In case it's helpful, I did get https working fine by just taking the main.go from the examples folder of this repo and changing http.ListenAndServe to http.ListenAndServeTLS (and entering my .crt and .key file paths in http.ListenAndServeTLS). Hope that helps. |
this is caused by a regression in Go 1.7. See philips/grpc-gateway-example@e1dfd22 |
Now we need to explicitly enable HTTP2 when TLS is set.
|
This should be closed |
There's no example for HTTPS but there was https://github.com/philips/grpc-gateway-example. It no longer works with the new gRPC in TLS mode. I've tried with self signed (the example stated above) and certificates derived from a self signed CA certificate. Both give the same error.
Errors running the example.
The text was updated successfully, but these errors were encountered: