SUMMARY When I try to import a krita plugin via a github url, I get an error that states `<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>` STEPS TO REPRODUCE 1. find any krita plugin from github. example: https://github.com/viksl/kritapluginpiemenu 2. open krita 5.1.5 appimage 3. go to tools > scripting > import python plugin from web menu and import the plugin url OBSERVED RESULT error dialogue pops up EXPECTED RESULT be able to import a plugin from url just like importing from a downloaded file SOFTWARE/OS VERSIONS Krita: 5.1.5 Linux: archlinux 6.2.7-arch1-1 ADDITIONAL INFORMATION only tried appimage build. haven't tried other os or other kinds of builds. krita-artists thread: https://krita-artists.org/t/ssl-error-when-importing-github-plugin-with-appimage/58506?u=amelielavender
I installed Krita's AppImage and I was able to reproduce this issue with the same error message that the reporter got. I also installed Krita from Fedora's repositories and instead got a HTTP 404 error, however other plugins from GitHub appear to import correctly. I don't use Krita nor AppImages, however I suspect that the SSL library may be the cause of the issue.
I think that the first problem some arch build issue or library issue is. Looks like there are no releases for this plugin? And if that's the case, there's nothing to download, so this error message is completely correct.