-
Notifications
You must be signed in to change notification settings - Fork 3.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
Spring cloud gateway error SSL/TLS when enable http2 + ssl together #3531
Labels
Comments
I run your code,it works well.one request log like
|
@ctlove0523 it can run but why have error log? how to prevent log error appear?
|
It is because client close connection two fast,you can write one http client then make a call and not close connection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just created a spring cloud gateway project. I enable http2 + SSL together, then call health check it throws a log error:
Suppressed: io.netty.handler.ssl.StacklessSSLHandshakeException: Connection closed while SSL/TLS handshake was in progress
my version of project:
url call health check: https://localhost:9968/healthcheck/readiness
this is my project to reproduce error: https://github.com/hoangdangduy/spring-cloud-gateway
thanks in advance for your help.
file application.yaml:
This detail log in console:
The text was updated successfully, but these errors were encountered: