-
Notifications
You must be signed in to change notification settings - Fork 640
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
[ISSUE #4847] HTTPS/(m)TLSv1.3 support for HTTP Admin Server #4848
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pil0tXia Please fix ci error
Please fix the pr code conflict problem, and by the way, why do you need to mention pr that supports tls v1.3? jdk8 should not support it, and it needs jdk11 to support it, right? @Pil0tXia |
# Conflicts: # eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java # eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshServer.java
I've added a "JDK/JRE 8 Compatibility" chapter in apache/eventmesh-site@5ccbf9b. |
@pchengma Great |
@xwm1992 PTAL~ |
Fixes #4847
Motivation
Admin endpoints may need secure transmission.
Modifications
Documentation