Posts by vpeter
-
-
Now the file is downloaded instantly.
-
You already mentioned VPN: would not that be easier to achieve? You only need to install VPN addon on LibreELEC and install OpenVPN server on your Windows where JRiver is running. I assume DLNA is used in JRiver?
-
Wait for network... How did we overlook that one?

Because it is wrongly implemented

-
Seems something is wrong with the addon server because here it needs more than 6 seconds before start to download file.
-
-
I'm sure your DNS resolution doesn't work. Can you try if ping of this address works? Probably not. So you need to fix that first (like adding DNS server in LE settings).
-
Was MAMP suggested because of using MAC? Because there are alternatives WAMP, MAMP and LAMP Stack : Install PHP, Apache, Perl, MySQL - Downloads
Or let me ask another way: for which operating system you need server part? I did test it on Ubuntu but not switched to use it yet (still on HTTP).
-
Comparing Kodi 17 and 18 is not fair.
-
From this post I would say there are issues? But I'm no expert on certificates (despite that I implemented different transport protocols in our products including TLS): Obtain certificate for my DDNS domain - Help - Let's Encrypt Community Support
-
-
Enable debug log in kodi and check what happen when you press this hash key.
Under which xml node you have specified this runaddon()? Do you even have addon installed?
-
Sadly you can not have a reliable SSL certificate for a dyndns server, or at least I was not able to read enough to accomplish just that.
What is the issue with it?
-
However I have no idea how would KODI/LE react for a source that has a self-signed certificate.
Without a problem I think? Just needs to provide ca's cert in /storage/.config/cacert.pem.
-
I know I guy who is using SFTP without a problem.
Maybe you should check kodi log for any clues what is wrong. I'm using HTTPS also without a problem.
-
No, no, I was not teasing you. It's just I never really used sftp or ftps. But I would say I'm very good with problem solving

Anyway, good that it is working for you too. Next time you could also look for webdav or sshfs.
-
What I forgot to mention that when using |auth=SSL/TLS&verifypeer=false you don't need to do anything with cacert.pem on LE box. But obviously this is not good from security perspective.
If it doesn't work enable debug log for curl in kodi and you will see some errors. I think major error messages are also shown in normal kodi log.
-
At the end it is very easy to make it work

As source use ftps://user:[email protected]:990/|auth=SSL/TLS
When creating certificate in FileZilla FTP server you ABSOLUTELY need to enter Common name (Server address) as shown on picture
Then you need to convert certificate from crt to pem format using openssl tool on LibreELEC box or somewhere else with command
and copied to users' cacert.pem
After that run openssl-config and restart kodi (systemctl restart kodi) or just reboot. And it should work like for me here.
Another option for certificates is to create them with openssl (as you probably know).
Update: I also removed few posts not adding any value to this discussion.