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

Certificate problem "http: TLS handshake error from [::1]:53165: local error: tls: bad record MAC" #470

Open
SzymonAugustyniak opened this issue Apr 25, 2024 · 0 comments

Comments

@SzymonAugustyniak
Copy link

Certificate problem "http: TLS handshake error from [::1]:53165: local error: tls: bad record MAC"

I installed the latest version of symfony-cli on a new macbook. When generating a PDF using DomPdf I am trying to display the image https://localhost:8000/uploads/image.jpg. The photo is not displayed and I receive the error in the symfony server log:

"http: TLS handshake error from [::1]:53165: local error: tls: bad record MAC"

On the old laptop, where the certificate was generated a long time ago, everything worked properly.

As a test, I updated symfony-cli and it still worked. Only after the server:ca:uninstall and server:ca:install commands the same problem occurred.

Displaying the image in the browser using the link (https://localhost:8000/uploads/image.jpg) works properly (does not return this error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant