-
Notifications
You must be signed in to change notification settings - Fork 976
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
Infinite loop under certain timing conditions with SSL connections #3273
Comments
JavierJF
added a commit
that referenced
this issue
Jan 26, 2021
JavierJF
added a commit
that referenced
this issue
Jan 26, 2021
JavierJF
added a commit
that referenced
this issue
Feb 8, 2021
Closes #3273: Infinite loop under certain timing conditions with SSL connections
JavierJF
added a commit
that referenced
this issue
Feb 9, 2021
renecannao
added a commit
that referenced
this issue
Feb 10, 2021
Closes #3273: Infinite loop under certain timing conditions with SSL connections (Port for v2.1.1)
Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If certain timing conditions are met, ProxySQL keeps polling an already closed socket. For this event to happen, the socket for the connection should be already closed when 'SSL_INIT' connection state is taking place at ProxySQL side.
v2.0.16
v2.1.1
MySQL_Data_Stream::read_from_net
.--ssl-mode=REQUIRED
to either ProxySQL Admin or regular client port.'SSL_INIT'
is taking place when hitting the breakpoint, kill the client application.The text was updated successfully, but these errors were encountered: