I made few tests and seems the only solution is to add self signed CA certificate (cacert.pem) to /etc/ssl/cert.pem file. This way all CA's are usable. Of course for this folder must be writable.
But maybe I'm wrong and there is better solution ![]()
I made few tests and seems the only solution is to add self signed CA certificate (cacert.pem) to /etc/ssl/cert.pem file. This way all CA's are usable. Of course for this folder must be writable.
But maybe I'm wrong and there is better solution ![]()
autostart.sh script will mount ssl folder to make it writable. But you need to make folder /storage/ssl where you add/change files (as written in one of my post).
I did reproduce the issue but even with copying cacert.pem to ssl folder didn't make it work. Probably because I don't really understand all those certificate stuff
Was just following first google tutorial for creating self signed certificate.
Is there any public sftp server which could be used to test this issue? Just to connect to it not with actual media stuff ![]()
Try setting this variable in console and then restart kodi. Of course file must exists there.
Maybe another option is to set verifypeer=false in sources.xml as [curl] add url option to disable peer verification by Rechi · Pull Request #13909 · xbmc/xbmc · GitHub
As a workaround use absolute path for 7z and it will work.
Seems environment variable P7ZIP_HOME_DIR could help but seems it doesn't.
Update: Oh, it is set by function mySplitCommandLine. Patch is needed to overcome this.
Maybe the problem is with mount options nosuid,nodev,noexec.
Just a little progress: seems Java for MakeMKV is only need to solve playlist obfuscation. Need to find one such ISO ![]()
I want to ask if anyone knows how to add JRE home path to MakeMKV settings? I have installed Java JRE as per these instructions (on 8.2.0 Remix) : Add built-in Java support
As you can read there nothing seems to help.
Sadly I don't know how to reproduce this issue without BR player. If I could use just ISO file (which one) or folder it would be great.
Would be good to make process on regular Linux distro and identify this problems there with a fix.
This profile error is harmless I think because in makemkv it is available only under expert mode. And we are obviously not experts ![]()
Anyway, try setting java path to /storage/.kodi/addons/java/jre1.7.0_04/bin/java because seems it must point to java executable.
from here
Try creating settings file /storage/.MakeMKV/settings.conf and try with different paths for app_Java
Can you try with this addon which has a fix for wget -o option: lib.multimedia.makemkv-8.2.0-generic-x86_64.zip