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

error trying to connect: invalid certificate: UnknownIssuer #112

Open
u63725 opened this issue Nov 2, 2021 · 0 comments
Open

error trying to connect: invalid certificate: UnknownIssuer #112

u63725 opened this issue Nov 2, 2021 · 0 comments

Comments

@u63725
Copy link

u63725 commented Nov 2, 2021

I use the Anki Linux client with the version 2.1.48 and Anki Syncserver with the latest Docker version. I have create the ankisyncd folder in ~/.var/app/net.ankiweb.Anki/data/Anki2/addons21/ankisyncd with __init__.py file. I am using HAproxy with Lets Encrypt as reverseproxy.
The content of init.py looks like this

`import os

addr = "http://anki.example.com/" # put your server address here
os.environ["SYNC_ENDPOINT"] = addr + "sync/"
os.environ["SYNC_ENDPOINT_MEDIA"] = addr + "msync/"
`

When I start Anki I get the following error message: ⁨error sending request for url (): error trying to connect: invalid certificate: UnknownIssuer⁩

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