You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Hi.
I've found out that the WordPress Quick App is not working as it should. I'm getting this error:
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:
It gave the following error:
So I added the --ssl-no-revoke parameter
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:
The text was updated successfully, but these errors were encountered: