-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: support gRPC over SSL #3344
Labels
enhancement
New feature or request
Milestone
Comments
The SNI pass should be supported in advance, with the related issue #2988 . |
spacewander
added
bug
Something isn't working
and removed
bug
Something isn't working
labels
Jan 20, 2021
@membphis @spacewander @tokers Can you please advise when will we get this feature delivered? It might impact our planning. |
I think we can fix this issue in milestone 2.3 (this month) @JanLi-air |
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Jan 25, 2021
Fix apache#3344. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Jan 25, 2021
Fix apache#3344. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Jan 25, 2021
Fix apache#3344. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Jan 25, 2021
Fix apache#3344. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Jan 25, 2021
Fix apache#3344. Signed-off-by: spacewander <spacewanderlzx@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we do not support gRPC over SSL now, we can follow this way to support TLS + gRPC.
here is the current code, we can update it:
https://github.com/apache/apisix/blob/master/apisix/cli/ngx_tpl.lua#L546
The text was updated successfully, but these errors were encountered: