2022-07-20, 07:34 AM
(2022-07-19, 09:48 PM)mvallevand Wrote: Your cert still has problems because your are including an expired cert but I guess that gets past the curl error. (I still see one here though)
By using port http/80 your password will be sent in the clear as you aren't even using SSL
Martin
Thanks Martin,
I found some documentation from let's encrypt, and it seems I had to specify the fullchain.pem as the SSL certificate of the server and not the one that includes only the server certificate.
It should be the correct one now.
I also changed the hostptorocol to https in the correct settings.xml file, and now it allows me to connect to 443 port with SSL and it works fine.
I guess now my setup is correct.
Here is the log:
2022-07-20 10:30:58.972 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: Creating NextPVR PVR-Client
2022-07-20 10:30:58.974 T:15108 INFO <general>: initializing python engine.
2022-07-20 10:30:58.974 T:15020 INFO <general>: initialize done
2022-07-20 10:30:58.974 T:27640 INFO <general>: initializing python engine.
2022-07-20 10:30:58.975 T:15020 INFO <general>: Running the application...
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: DummyBuffer created!
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: RecordingBuffer created!
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: DummyBuffer created!
2022-07-20 10:30:58.977 T:7444 INFO <general>: ES: Starting UDP Event server on port 9777
2022-07-20 10:30:58.977 T:7444 INFO <general>: UDP: Listening on port 9777 (ipv6 : false)
2022-07-20 10:30:58.978 T:15020 INFO <general>: JSONRPC Server: Successfully initialized
2022-07-20 10:30:59.078 T:15108 INFO <general>: CPythonInvoker(0, C:\Users\ADERLOPA\AppData\Roaming\Kodi\addons\inputstream.ffmpegdirect\resources\lib\runner.py): script successfully run
2022-07-20 10:30:59.086 T:15108 INFO <general>: Python interpreter stopped
2022-07-20 10:31:02.276 T:24948 INFO <general>: CIRServerSuite:rocess: failed to connect to irss, will keep retrying every 5 seconds
2022-07-20 10:31:04.209 T:27640 INFO <general>: CPythonInvoker(1, C:\Users\ADERLOPA\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\lib\runner.py): script successfully run
2022-07-20 10:31:04.212 T:27640 INFO <general>: Python interpreter stopped
2022-07-20 10:31:04.643 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: NextPVR version: 50207
2022-07-20 10:31:04.643 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: Server time offset in seconds: -5
2022-07-20 10:31:04.643 T:22520 INFO <general>: AddOnLog: pvr.nextpvr: time shift buffer in seconds: 1800
2022-07-20 10:31:05.168 T:22520 INFO <general>: PVR Manager: Starting
2022-07-20 10:31:08.596 T:18156 INFO <general>: PVR Manager: Started
It does not mention in here anything about SSL and I don't know how else I can check that it is indeed using SSL.
Thanks again for your help.