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

OpenSSLVerifier::isValid fails on OpenSSL 3.0.7 - Shopware-Store is not available #3543

Closed
boecko opened this issue Jan 26, 2024 · 2 comments · Fixed by shopware/docs#1275
Closed
Labels

Comments

@boecko
Copy link

boecko commented Jan 26, 2024

PHP Version

8.2.7

Shopware Version

6.4.x,6.5.x

Expected behaviour

Shopware-Store is available in the backend.

Actual behaviour

Backend shows an internet connectivity error.
But in fact it's a problem with openssl_verify in OpenSSL 3.0.7.
So the only thing you can do here is to document that there is problem with the ssl-library :/

Here is the official issue openssl/openssl#19589

How to reproduce

Here is a test-script on a failing server http://h3013826.stratoserver.net/test.php.
It's basically extracted from https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/Store/Services/OpenSSLVerifier.php and a valid signature and your public.key included.

This is on a current AlmaLinux distribution. CentOs should have the same problem.

This bug report is just here, that everyone who has the same issue, can find it.

@boecko boecko added the Bug label Jan 26, 2024
keulinho added a commit to shopware/docs that referenced this issue Jan 29, 2024
@keulinho
Copy link
Contributor

I created a small hint for the docs: shopware/docs#1275

bojanrajh pushed a commit to shopware/docs that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants