LeonDevLifeLog / gitea-idea-plugin

Gitea Plugin for Jetbrains IDEs.
MIT License
66 stars 7 forks source link

Cannot add Gitea server with self-signed root CA #91

Closed DidierLoiseau closed 2 months ago

DidierLoiseau commented 3 months ago

We use a private Gitea instance with a self-signed root CA. I didn’t find specific instructions to configure it.

I have added the certificate to IntelliJ’s Settings > Tools > Server Certificates as well as the JetBrains Toolbox’s JRE cacerts, but I’m still getting the following error when trying to add an account:

error message

(sorry the error does not seem to appear in the IntelliJ logfile so all I could do is take a screenshot)

error23 commented 3 months ago

Hello I have the same problem as @DidierLoiseau

I'am on fedora so i imported gitea self signed certificates system wide with cert trust. Also try to import certificates into intellij Tools Server Certificates I also tried to accept non-trusted certificates automatically on intelliJ

But none of those worked :'( Time tracking is still working without problems but Version control -> Gitea Add account isen't

LeonDevLifeLog commented 2 months ago

I will fix the problem later.

DidierLoiseau commented 1 month ago

I confirm it works for me now, thanks! 🙂