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

Problem: WordPress setup using QuickApp is not working #305

Closed
PauloCarrasco opened this issue Apr 22, 2022 · 1 comment
Closed

Problem: WordPress setup using QuickApp is not working #305

PauloCarrasco opened this issue Apr 22, 2022 · 1 comment

Comments

@PauloCarrasco
Copy link

Hi.

I've found out that the WordPress Quick App is not working as it should. I'm getting this error:

image

I've the following url in [sites.conf]: https://wordpress.org/latest.tar.gz

I can download it without any problem through any browser. Then I tested directly in the command line using cUrl and found out that using:

curl -O https://wordpress.org/latest.tar.gz

It gave the following error:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

So I added the --ssl-no-revoke parameter

curl -O --ssl-no-revoke https://wordpress.org/latest.tar.gz

And it downloaded without any error.

I guess there is a problem with the way the Quick App downloads the tar.gz file. If it uses cUrl there may be a certificate problem that needs to be fixed or the --ssl-no-revoke parameter that is missing.

My setup:

Laragon Full 5.0.0.210523
OS Name Microsoft Windows 10 Pro
Version 10.0.19044 Build 19044
Locale United States
Keyboard: pt-PT
@leokhoa
Copy link
Owner

leokhoa commented Sep 17, 2022

Thanks @PauloCarrasco
This has been improved with Laragon 6.0:
https://github.com/leokhoa/laragon/releases/tag/6.0.0

@leokhoa leokhoa closed this as completed Sep 17, 2022
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

No branches or pull requests

2 participants