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've searched for similar issues in this repository.
Steps to reproduce the behavior
Run wlc list-projects
Expected behavior
Working API output
Screenshots
Full output:
wlc --url https://..../api list-projects
Request failed: HTTPSConnectionPool(host='....', port=443): Max retries exceeded with url: /api/projects/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)')))
Exception traceback
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
“Unable to get Local Issuer Certificate” is a common SSL certificate error. It is related to the incomplete certificate chain such as (most commonly) missing the intermediate certificate or missing the root certificate authority (CA) certificate in its trusted certificate store.
Is your webserver configured correctly to serve intermediate certificate as well? The browser might already have it from elsewhere, but it won't apply to command line tools like wlc.
This issue has been marked as a question by a Weblate team member. Why? Because it belongs more to the professional Weblate Care or community Discussions than here. We strive to answer these reasonably fast here, too, but purchasing the support subscription is more responsible and faster for your business. And it makes Weblate stronger as well. Thanks!
In case your question is already answered, making a donation is the right way to say thank you!
Describe the issue
When running wlc I get an SSL error stating the certificate verification failed.
My Weblate installation is running on a server with a valid ssl certificate. Accessing the API using e.g. Chrome or Postman works.
I've installed certifi and ran the
Install\ Certificates.command
I've found while searching for a solution. The error when running wlc remains.Running the WLC docker image results in the same error.
I already tried
Steps to reproduce the behavior
Run wlc list-projects
Expected behavior
Working API output
Screenshots
Full output:
Exception traceback
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: