Skip to content
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

[10.x] Add new error message "SSL: Handshake timed out" handling to PDO Dete… #47392

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

yehorherasymchuk
Copy link
Contributor

…cts Lost Connections

After upgrading Laravel from 9 to 10.13.2 and PHP from 8.1 to 8.2 I started to see some strange errors in logs. They might happen 1 per 1-2 hours only in Scheduled commands.

I'm using Vapor and base image of docker php8.2. Using RDS cluster.

Adding new error messages to detect connection was lost helped me to fix issue.

…cts Lost Connections

After upgrading Laravel from 9 to 10.13.2 and PHP from 8.1 to 8.2 I started to see some strange errors in logs. They might happen 1  per 1-2 hours only in Scheduled commands. 

I'm using Vapor and base image of docker php8.2. Using RDS cluster. 

Adding new error messages to detect connection was lost helped me to fix issue.
@yehorherasymchuk yehorherasymchuk changed the title Add new error message "SSL: Handshake timed out" handling to PDO Dete… [10.x]Add new error message "SSL: Handshake timed out" handling to PDO Dete… Jun 9, 2023
@yehorherasymchuk yehorherasymchuk changed the title [10.x]Add new error message "SSL: Handshake timed out" handling to PDO Dete… [10.x] Add new error message "SSL: Handshake timed out" handling to PDO Dete… Jun 9, 2023
@taylorotwell taylorotwell merged commit 9b02512 into laravel:10.x Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants